move register from __init__ to tryton.cfg

This commit is contained in:
2026-07-02 19:21:02 -05:00
parent 85c7ac0e56
commit 6cbf4eaf7f
2 changed files with 9 additions and 22 deletions

View File

@@ -9,3 +9,12 @@ xml:
purchase.xml
sale.xml
invoice.xml
[register]
model:
purchase.Purchase
purchase.PurchaseLine
sale.Sale
sale.SaleLine
invoice.Invoice
invoice.InvoiceLine