17 lines
535 B
Python
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',
|
|
}
|