Skip to content

Commit

Permalink
Merge PR #1404 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by LoisRForgeFlow
  • Loading branch information
OCA-git-bot committed Dec 2, 2024
2 parents 02606ca + 6abba9b commit d34dede
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mrp_multi_level/models/product_mrp_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ class ProductMRPArea(models.Model):
store=True,
)
product_id = fields.Many2one(
comodel_name="product.product", required=True, string="Product"
comodel_name="product.product",
required=True,
string="Product",
ondelete="cascade",
)
product_tmpl_id = fields.Many2one(
comodel_name="product.template",
Expand Down

0 comments on commit d34dede

Please sign in to comment.