mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[ADD] pms_api_rest: add reservation id to reservation service service
This commit is contained in:
committed by
Darío Lodeiros
parent
a7d8fabdcc
commit
77e28271c0
@@ -397,6 +397,7 @@ class PmsReservationService(Component):
|
||||
result_services.append(
|
||||
PmsServiceInfo(
|
||||
id=service.id,
|
||||
reservationId=service.reservation_id,
|
||||
name=service.name,
|
||||
productId=service.product_id.id,
|
||||
quantity=service.product_qty,
|
||||
|
||||
Reference in New Issue
Block a user