23 lines
744 B
Python
23 lines
744 B
Python
# Copyright 2016 Akretion (http://www.akretion.com)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
# @author Alexis de Lattre <alexis.delattre@akretion.com>
|
|
|
|
{
|
|
'name': 'Account Tax UNECE',
|
|
'version': '11.0.1.1.2',
|
|
'category': 'Accounting & Finance',
|
|
'license': 'AGPL-3',
|
|
'summary': 'UNECE nomenclature for taxes',
|
|
'author': 'Akretion,Odoo Community Association (OCA)',
|
|
"website": "https://github.com/OCA/community-data-files",
|
|
'depends': ['account', 'base_unece'],
|
|
'data': [
|
|
'views/account_tax.xml',
|
|
'views/account_tax_template.xml',
|
|
'data/unece_tax_type.xml',
|
|
'data/unece_tax_categ.xml',
|
|
'data/unece_date.xml',
|
|
],
|
|
'installable': True,
|
|
}
|