This commit is contained in:
2026-03-26 19:15:14 +01:00
parent 841f7a1c20
commit 8b6b93171f
5 changed files with 4153 additions and 4 deletions

View File

@@ -186,6 +186,7 @@ def register():
module='purchase', type_='model')
Pool.register(
invoice.Invoice,
invoice.InvoiceLine,
module='account_invoice', type_='model')
Pool.register(
forex.Forex,