Files
account-financial-tools/account_coa_menu/__manifest__.py
2019-07-18 11:16:16 +00:00

26 lines
817 B
Python

# Copyright (C) 2019 - Today: GRAP (http://www.grap.coop)
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Account - Chart of Accounts Menus',
'version': '12.0.1.0.0',
'category': 'Accounting',
'license': 'AGPL-3',
'summary': "Adds menu entries for Chart of Accounts templates",
'author': "GRAP, Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/account-financial-tools',
'depends': [
'account',
],
'data': [
'views/menu.xml',
'views/account_chart_template.xml',
'views/account_account_template.xml',
'views/account_tax_template.xml',
'views/account_fiscal_position_template.xml',
],
'installable': True,
}