mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] pms-api-rest: room type class & adults if none @ services
This commit is contained in:
committed by
Darío Lodeiros
parent
68579dbd94
commit
f7121bd604
@@ -15,4 +15,5 @@ class PmsRoomTypeInfo(Datamodel):
|
||||
name = fields.String(required=False, allow_none=True)
|
||||
pmsPropertyIds = fields.List(fields.Integer(), required=False)
|
||||
defaultCode = fields.String(required=False, allow_none=True)
|
||||
classId = fields.Integer(required=False, allow_none=True)
|
||||
price = fields.Float(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user