mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
@@ -299,6 +299,12 @@ class PmsService(models.Model):
|
|||||||
day_qty = 1
|
day_qty = 1
|
||||||
if service.reservation_id and service.product_id:
|
if service.reservation_id and service.product_id:
|
||||||
reservation = service.reservation_id
|
reservation = service.reservation_id
|
||||||
|
# REVIEW: review method dependencies, reservation_line_ids
|
||||||
|
# instead of checkin/checkout
|
||||||
|
if not reservation.checkin or not reservation.checkout:
|
||||||
|
if not service.service_line_ids:
|
||||||
|
service.service_line_ids = False
|
||||||
|
continue
|
||||||
product = service.product_id
|
product = service.product_id
|
||||||
consumed_on = product.consumed_on
|
consumed_on = product.consumed_on
|
||||||
if product.per_day:
|
if product.per_day:
|
||||||
|
|||||||
Reference in New Issue
Block a user