mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user