mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX]pms: boardservices with multi lines with the same product
This commit is contained in:
@@ -40,7 +40,8 @@ class ProductProduct(models.Model):
|
||||
),
|
||||
("product_id", "=", record.id),
|
||||
("pms_property_id", "=", pms_property_id),
|
||||
]
|
||||
],
|
||||
limit=1,
|
||||
)
|
||||
.amount
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user