move register from __init__ to tryton.cfg

This commit is contained in:
2026-07-02 19:21:02 -05:00
parent bf537eadaf
commit c7efae9297
2 changed files with 21 additions and 28 deletions

View File

@@ -19,3 +19,24 @@ xml:
user.xml
report_close_statement.xml
report.xml
[register]
model:
product.Product
invoice.InvoiceLine
sale.Sale
sale.Line
sale.SaleLineDeletedLog
user.User
production.Production
report_close_statement.ReportCloseStatementStart
report.ReportSaleProduct
report.ReportSaleByUser
report.ReportSaleByZone
report.ReportSaleContext
wizards:
report_close_statement.PrintReportCloseStatement
report:
report_close_statement.CashRegister