padding acc

This commit is contained in:
2026-04-26 14:35:07 +02:00
parent 9544418897
commit fbfa73110f
11 changed files with 590 additions and 14 deletions

View File

@@ -190,9 +190,11 @@ def register():
dimension.AnalyticDimensionAssignment,
weight_report.WeightReport,
module='purchase', type_='model')
Pool.register(
account.PhysicalTradeIFRS,
module='purchase_trade', type_='model')
Pool.register(
account.Configuration,
account.ConfigurationDefaultAccount,
account.PhysicalTradeIFRS,
module='purchase_trade', type_='model')
Pool.register(
invoice.Invoice,
invoice.InvoiceLine,