From 54e37eec3a2e8add7a3555b87d2a2f4d67106f84 Mon Sep 17 00:00:00 2001 From: Alessio Renda Date: Tue, 19 Mar 2024 09:02:14 +0100 Subject: [PATCH] [FIX] mrp_bom_attribute_match_semifinished_product: access error --- .../models/product_template.py | 1 + 1 file changed, 1 insertion(+) 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"