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