mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
19 lines
668 B
Python
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,
|
|
}
|