This commit is contained in:
2026-03-03 13:50:58 +01:00
parent 9dd4543fc1
commit 741389b71c

View File

@@ -117,6 +117,7 @@ def register():
forex.PForex, forex.PForex,
forex.ForexBI, forex.ForexBI,
purchase.PnlBI, purchase.PnlBI,
purchase.PositionBI,
stock.Move, stock.Move,
stock.Location, stock.Location,
stock.InvoiceLine, stock.InvoiceLine,
@@ -240,6 +241,7 @@ def register():
dashboard.DashboardLoader, dashboard.DashboardLoader,
forex.ForexReport, forex.ForexReport,
purchase.PnlReport, purchase.PnlReport,
purchase.PositionReport,
derivative.DerivativeMatchWizard, derivative.DerivativeMatchWizard,
module='purchase', type_='wizard') module='purchase', type_='wizard')
Pool.register( Pool.register(