account_report_show_all/__manifest__.py
2026-01-19 16:54:43 +07:00

17 lines
535 B
Python

{
'name': 'Account Report Show All',
'version': '17.0.1.0.0',
'category': 'Accounting/Reporting',
'summary': 'Show all accounts in General Ledger and Trial Balance',
'description': """
This module modifies the General Ledger and Trial Balance reports to include all accounts,
even those with zero balance and no journal entries.
""",
'author': 'Suherdy Yacob',
'depends': ['account_reports'],
'data': [],
'installable': True,
'auto_install': False,
'license': 'OPL-1',
}