'Why description has <p><br></p> in description by default for some products in stock form odoo 15?

In Inventory, some products description shows the tag as given in image by default. Why it shows and how it raised under which condition? Why it shows tag in description field?



Solution 1:[1]

try this changes in your code

<p><br></p> replace with <p><br/></p>

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Mayank Vachhani