mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms_api_rest: amenities in room name
This commit is contained in:
committed by
Darío Lodeiros
parent
932f01f9e2
commit
82dba25023
@@ -49,6 +49,7 @@ class PmsAmenityService(Component):
|
||||
id=amenity.id,
|
||||
name=amenity.name,
|
||||
amenityTypeId=amenity.pms_amenity_type_id.id,
|
||||
addInRoomName=amenity.is_add_code_room_name,
|
||||
)
|
||||
)
|
||||
return result_amenities
|
||||
|
||||
Reference in New Issue
Block a user