mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms_api_rest: add isDownpayment to folio line datamodel
This commit is contained in:
@@ -17,3 +17,4 @@ class PmsFolioSaleInfo(Datamodel):
|
||||
serviceId = fields.Integer(required=False, allow_none=True)
|
||||
displayType = fields.String(required=False, allow_none=True)
|
||||
defaultInvoiceTo = fields.Integer(required=False, allow_none=True)
|
||||
isDownPayment = fields.Boolean(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user