added pay to invoice supplier with wizard

This commit is contained in:
2023-06-21 11:28:46 -05:00
parent a5705f1818
commit 1168dffad6
9 changed files with 171 additions and 20 deletions

View File

@@ -14,6 +14,7 @@ def register():
statement.Statement,
statement.Line,
statement.StatementLine,
statement.LinesInvoiceToPay,
device.SaleDevice,
user.User,
device.SaleDeviceStatementJournal,
@@ -23,10 +24,12 @@ def register():
statement.OpenStatementDone,
statement.CloseStatementStart,
statement.CloseStatementDone,
statement.PayInvoiceSupplierStart,
module='sale_payment', type_='model')
Pool.register(
sale.WizardSalePayment,
sale.WizardSaleReconcile,
statement.OpenStatement,
statement.CloseStatement,
statement.PayInvoiceSupplier,
module='sale_payment', type_='wizard')