move register from __init__ to tryton.cfg
This commit is contained in:
21
tryton.cfg
21
tryton.cfg
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user