feat(fusion_accounting_reports): seed trial balance report definition

Adds data/report_trial_balance.xml grouping balances by top-level
account_type prefix (asset, liability, equity, income, expense). Each
group is sign-adjusted so that posted, balanced books sum to ~0 in the
'Total (should be 0)' subtotal -- a quick visual sanity check.

Bumps manifest to 19.0.1.0.7.

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-19 15:22:38 -04:00
parent ba95d927c0
commit f160a9eeec
2 changed files with 22 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
'name': 'Fusion Accounting Reports',
'version': '19.0.1.0.6',
'version': '19.0.1.0.7',
'category': 'Accounting/Accounting',
'summary': 'AI-augmented financial reports (P&L, balance sheet, trial balance, GL).',
'description': """
@@ -33,6 +33,7 @@ menu hides; the engine and AI tools remain available for the chat.
'security/ir.model.access.csv',
'data/report_pnl.xml',
'data/report_balance_sheet.xml',
'data/report_trial_balance.xml',
],
'assets': {
'web.assets_backend': [