[IMP]pms: improvement create downpayment invoice and reconcile

This commit is contained in:
Darío Lodeiros
2022-11-16 16:48:10 +01:00
parent 03d37832e8
commit 03037426fd
3 changed files with 26 additions and 0 deletions

View File

@@ -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)