add boms to template product
This commit is contained in:
@@ -7,4 +7,5 @@ class Product(metaclass=PoolMeta):
|
||||
__name__ = 'product.template'
|
||||
|
||||
pizza = fields.Boolean("Pizza")
|
||||
Pizza_topping = fields.Boolean("Topping Pizza")
|
||||
pizza_topping = fields.Boolean("Topping Pizza")
|
||||
boms = fields.Many2One('production.bom', "Boms")
|
||||
|
||||
Reference in New Issue
Block a user