mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX]pms_api_rest: Agency without image
This commit is contained in:
@@ -8,6 +8,7 @@ class PmsCancelationRuleSearchParam(Datamodel):
|
||||
pricelistId = fields.Integer(required=False, allow_none=True)
|
||||
pmsPropertyId = fields.String(required=False, allow_none=True)
|
||||
|
||||
|
||||
class PmsCancelationRuleInfo(Datamodel):
|
||||
_name = "pms.cancelation.rule.info"
|
||||
id = fields.Integer(required=True, allow_none=False)
|
||||
|
||||
Reference in New Issue
Block a user