Files
account-financial-tools/account_group_menu/__manifest__.py
2018-03-15 13:41:40 +02:00

19 lines
668 B
Python

# Copyright 2018 Forest and Biomass Romania
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Account Group Menu',
'version': '11.0.1.0.0',
'category': 'Accounting',
'license': 'AGPL-3',
'summary': "Adds menu entries for Account Group and Tax Group",
'author': "Forest and Biomass Romania, Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/account-financial-tools',
'depends': ['account'],
'data': ['views/account_group.xml',
'views/account_tax_group.xml'],
'demo': ['demo/account_group.xml',
'demo/account_tax_group.xml'],
'installable': True,
}