mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms-api_rest: added partner_requests field in fetch and patch reservation services
This commit is contained in:
@@ -72,6 +72,7 @@ class PmsReservationInfo(Datamodel):
|
||||
services = fields.List(
|
||||
NestedModel("pms.service.info"), required=False, allow_none=True
|
||||
)
|
||||
partnerRequests = fields.String(required=False, allow_none=True)
|
||||
|
||||
# TODO: Refact
|
||||
# messages = fields.List(fields.Dict(required=False, allow_none=True))
|
||||
|
||||
Reference in New Issue
Block a user