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:
@@ -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': [
|
||||
|
||||
Reference in New Issue
Block a user