mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms_api_rest: add partner datamodel and service
This commit is contained in:
@@ -57,3 +57,5 @@ class PmsPartnerInfo(Datamodel):
|
||||
daysAutoInvoice = fields.Integer(required=False, allow_none=True)
|
||||
invoicingMonthDay = fields.Integer(required=False, allow_none=True)
|
||||
invoiceToAgency = fields.String(required=False, allow_none=True)
|
||||
tagIds = fields.List(fields.Integer(required=False, allow_none=True))
|
||||
lastStay = fields.String(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user