[FIX]pms: boardservices with multi lines with the same product

This commit is contained in:
Darío Lodeiros
2023-10-30 10:59:39 +01:00
parent 9c30422889
commit 587aac7f96

View File

@@ -40,7 +40,8 @@ class ProductProduct(models.Model):
),
("product_id", "=", record.id),
("pms_property_id", "=", pms_property_id),
]
],
limit=1,
)
.amount
)