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
@@ -15,3 +15,4 @@ class PmsAmenityInfo(Datamodel):
|
||||
name = fields.String(required=True, allow_none=False)
|
||||
defaultCode = fields.String(required=False, allow_none=True)
|
||||
amenityTypeId = fields.Integer(required=False, allow_none=True)
|
||||
addInRoomName = fields.Boolean(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user