Merge PR #1371 into 13.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2022-02-14 12:35:28 +00:00

View File

@@ -33,7 +33,9 @@ class ProductTemplate(models.Model):
_name = "product.template"
stock_secondary_uom_id = fields.Many2one(
comodel_name="product.secondary.unit", string="Second unit for inventory"
comodel_name="product.secondary.unit",
string="Second unit for inventory",
copy=False,
)