mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms_api_rest: show records with all properties when it isn't specified
This commit is contained in:
committed by
Darío Lodeiros
parent
329f3e9186
commit
3f97281dc4
@@ -14,7 +14,7 @@ class PmsCalendarSwapInfo(Datamodel):
|
||||
swapTo = fields.String(required=True, allow_none=False)
|
||||
roomIdA = fields.Integer(required=True, allow_none=False)
|
||||
roomIdB = fields.Integer(required=True, allow_none=False)
|
||||
pms_property_id = fields.Integer(required=True, allow_none=False)
|
||||
pms_property_id = fields.Integer(required=False, allow_none=True)
|
||||
|
||||
|
||||
class PmsCalendarSearchParam(Datamodel):
|
||||
|
||||
Reference in New Issue
Block a user