mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms-api-rest: add notif. rt capacity
This commit is contained in:
committed by
Darío Lodeiros
parent
c3fc102f0e
commit
d54344c373
@@ -13,3 +13,4 @@ class PmsCalendarInfo(Datamodel):
|
||||
isFirstDay = fields.Boolean(required=False, allow_none=True)
|
||||
isLastDay = fields.Boolean(required=False, allow_none=True)
|
||||
totalPrice = fields.Float(required=False, allow_none=True)
|
||||
numNotifications = fields.Integer(required=False, allow_none=True)
|
||||
|
||||
@@ -8,3 +8,4 @@ class PmsRoomInfo(Datamodel):
|
||||
id = fields.Integer(required=False, allow_none=True)
|
||||
name = fields.String(required=False, allow_none=True)
|
||||
roomTypeId = fields.Integer(required=False, allow_none=True)
|
||||
capacity = fields.Integer(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user