mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user