mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
@@ -147,7 +147,7 @@ class ProductPricelist(models.Model):
|
||||
for item in record.item_ids:
|
||||
if record.pricelist_type == "daily" and (
|
||||
item.compute_price != "fixed"
|
||||
or len(record.pms_property_ids) != 1
|
||||
or len(item.pms_property_ids) != 1
|
||||
or not item.date_end_consumption
|
||||
or not item.date_start_consumption
|
||||
or item.date_end_consumption != item.date_start_consumption
|
||||
|
||||
Reference in New Issue
Block a user