mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms_api_rest: add agency image in folio service and it's reservations
This commit is contained in:
committed by
Darío Lodeiros
parent
f776c9dc89
commit
e8095e0471
@@ -26,3 +26,4 @@ class PmsFolioInfo(Datamodel):
|
||||
salesPerson = fields.String(required=False, allow_none=True)
|
||||
paymentState = fields.String(required=False, allow_none=True)
|
||||
propertyId = fields.Integer(required=False, allow_none=True)
|
||||
agencyImage = fields.String(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user