mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms: property checks
This commit is contained in:
@@ -33,7 +33,6 @@ class ProductPricelist(models.Model):
|
||||
company_id = fields.Many2one(
|
||||
string="Company",
|
||||
help="Company to which the pricelist belongs",
|
||||
check_pms_properties=True,
|
||||
)
|
||||
cancelation_rule_id = fields.Many2one(
|
||||
string="Cancelation Policy",
|
||||
|
||||
Reference in New Issue
Block a user