16 lines
417 B
Python
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',
|
|
}
|