mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] pms-api-rest: num. services, amenities, round(discount), cancelation rule.
This commit is contained in:
committed by
Darío Lodeiros
parent
f661b67a4a
commit
c87c5153ef
@@ -23,4 +23,4 @@ class PmsRoomInfo(Datamodel):
|
||||
roomTypeClassId = fields.Integer(required=False, allow_none=True)
|
||||
ubicationId = fields.Integer(required=False, allow_none=True)
|
||||
extraBedsAllowed = fields.Integer(required=False, allow_none=True)
|
||||
roomAmenityIds = fields.List(fields.Integer(), required=False)
|
||||
roomAmenityIds = fields.List(fields.Integer(), required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user