mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms-api_rest: GET reservations services with toAssign param
This commit is contained in:
@@ -8,3 +8,4 @@ class PmsSearchParam(Datamodel):
|
||||
|
||||
pmsPropertyId = fields.Integer(required=False, allow_none=True)
|
||||
pmsPropertyIds = fields.List(fields.Integer(), required=False)
|
||||
toAssign = fields.Boolean(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user