mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX]pms: compute price reservation line without company in cache
This commit is contained in:
@@ -399,7 +399,7 @@ class PmsReservationLine(models.Model):
|
|||||||
line._get_display_price(product),
|
line._get_display_price(product),
|
||||||
product.taxes_id,
|
product.taxes_id,
|
||||||
reservation.tax_ids,
|
reservation.tax_ids,
|
||||||
reservation.company_id,
|
reservation.pms_property_id.company_id,
|
||||||
)
|
)
|
||||||
# TODO: Out of service 0 amount
|
# TODO: Out of service 0 amount
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user