mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms_api_rest: add free-rooms service
This commit is contained in:
committed by
Darío Lodeiros
parent
064e74ab91
commit
f5eccc2add
@@ -25,6 +25,7 @@ class PmsCalendarSearchParam(Datamodel):
|
||||
date_from = fields.String(required=False, allow_none=True)
|
||||
date_to = fields.String(required=False, allow_none=True)
|
||||
pms_property_id = fields.Integer(required=True, allow_none=False)
|
||||
pricelist_id = fields.Integer(required=False, allow_none=True)
|
||||
|
||||
|
||||
class PmsCalendarInfo(Datamodel):
|
||||
|
||||
Reference in New Issue
Block a user