Add template management

This commit is contained in:
2026-04-06 15:17:17 +02:00
parent 1f62ae91dd
commit 888b880bd6
7 changed files with 166 additions and 29 deletions

View File

@@ -276,5 +276,7 @@ def register():
module='sale', type_='wizard')
Pool.register(
invoice.InvoiceReport,
invoice.SaleReport,
invoice.PurchaseReport,
module='purchase_trade', type_='report')