mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]14.0-pms_api_rest: origin input data field in checkin partner modal
This commit is contained in:
@@ -29,3 +29,4 @@ class PmsCheckinPartnerInfo(Datamodel):
|
||||
countryId = fields.Integer(required=False, allow_none=True)
|
||||
checkinPartnerState = fields.String(required=False, allow_none=True)
|
||||
actionOnBoard = fields.Boolean(required=False, allow_none=True)
|
||||
originInputData = fields.String(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user