mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms: improvement create downpayment invoice and reconcile
This commit is contained in:
@@ -24,3 +24,6 @@ class PmsAccountInvoiceInfo(Datamodel):
|
||||
isDownPaymentInvoice = fields.Boolean(required=False, allow_none=True)
|
||||
isSimplifiedInvoice = fields.Boolean(required=False, allow_none=True)
|
||||
reversedEntryId = fields.Integer(required=False, allow_none=True)
|
||||
# REVIEW: originDownPaymentId Only input field to service to
|
||||
# create downpayment invoices from payments
|
||||
originDownPaymentId = fields.Integer(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user