mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[FIX] mrp_bom_attribute_match_semifinished_product: access error
This commit is contained in:
@@ -8,6 +8,7 @@ class ProductTemplate(models.Model):
|
|||||||
semi_finished_product_tmpl_ids = fields.One2many(
|
semi_finished_product_tmpl_ids = fields.One2many(
|
||||||
comodel_name="semi.finished.product.template.line",
|
comodel_name="semi.finished.product.template.line",
|
||||||
inverse_name="product_tmpl_id",
|
inverse_name="product_tmpl_id",
|
||||||
|
groups="mrp.group_mrp_user",
|
||||||
)
|
)
|
||||||
semi_finished_mrp_bom_ids = fields.Many2many(
|
semi_finished_mrp_bom_ids = fields.Many2many(
|
||||||
comodel_name="mrp.bom", string="MRP BoM"
|
comodel_name="mrp.bom", string="MRP BoM"
|
||||||
|
|||||||
Reference in New Issue
Block a user