Merge PR #152 into 14.0

Signed-off-by DarioLodeiros
This commit is contained in:
OCA-git-bot
2022-09-01 15:21:13 +00:00
2 changed files with 4 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ class ProductPricelist(models.Model):
help="Availability Plan for which the pricelist is included",
comodel_name="pms.availability.plan",
ondelete="restrict",
required=True,
check_pms_properties=True,
)
item_ids = fields.One2many(