move register from __init__ to tryton.cfg

This commit is contained in:
2026-07-02 19:21:02 -05:00
parent f4b99e0ea9
commit 6ad6f9965b
2 changed files with 28 additions and 39 deletions

View File

@@ -9,3 +9,31 @@ xml:
sale.xml
user.xml
message.xml
[register]
model:
statement.Journal
statement.Statement
statement.Line
statement.StatementLine
statement.LinesInvoiceToPay
device.SaleDevice
user.User
device.SaleDeviceStatementJournal
sale.Sale
sale.SalePaymentForm
sale.ChangePaymentMethodForm
statement.OpenStatementStart
statement.OpenStatementDone
statement.CloseStatementStart
statement.CloseStatementDone
statement.PayInvoiceSupplierStart
configuration_statement.Configuration
wizards:
sale.WizardSalePayment
sale.ChangePaymentMethod
sale.WizardSaleReconcile
statement.OpenStatement
statement.CloseStatement
statement.PayInvoiceSupplier