diff --git a/mrp_bom_attribute_match_semifinished_product/models/product_template.py b/mrp_bom_attribute_match_semifinished_product/models/product_template.py index bd7f77c39..a26267862 100644 --- a/mrp_bom_attribute_match_semifinished_product/models/product_template.py +++ b/mrp_bom_attribute_match_semifinished_product/models/product_template.py @@ -8,6 +8,7 @@ class ProductTemplate(models.Model): semi_finished_product_tmpl_ids = fields.One2many( comodel_name="semi.finished.product.template.line", inverse_name="product_tmpl_id", + groups="mrp.group_mrp_user", ) semi_finished_mrp_bom_ids = fields.Many2many( comodel_name="mrp.bom", string="MRP BoM"