mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms_rest_api: Add isDownPayment to move line datamodel
This commit is contained in:
@@ -13,3 +13,4 @@ class PmsInvoiceLineInfo(Datamodel):
|
||||
discount = fields.Float(required=False, allow_none=True)
|
||||
displayType = fields.String(required=False, allow_none=True)
|
||||
saleLineId = fields.Integer(required=False, allow_none=True)
|
||||
isDownPayment = fields.Boolean(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user