account_general_ledger_company/__manifest__.py
2026-06-09 17:17:59 +07:00

16 lines
417 B
Python

# -*- coding: utf-8 -*-
{
'name': 'Account General Ledger Company Column',
'version': '1.0',
'summary': 'Adds Company column to the General Ledger report',
'category': 'Accounting/Reporting',
'author': 'Suherdy Yacob',
'depends': ['account_reports'],
'data': [
'views/account_report_views.xml',
],
'installable': True,
'auto_install': False,
'license': 'LGPL-3',
}