33 lines
1.1 KiB
Python
33 lines
1.1 KiB
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2015-2017 Pedro Manuel Baeza <pedro.baeza@tecnativa.com>
|
|
# Copyright 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
|
|
# Copyright 2016 Jacques-Etienne Baudoux <je@bcim.be>
|
|
# Copyright 2016 Sylvain Van Hoof <sylvain@okia.be>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': "Detect changes and update the Account Chart from a template",
|
|
"summary": "Wizard to update a company's account chart from a template",
|
|
'version': "10.0.1.0.2",
|
|
'author': "Tecnativa, "
|
|
"BCIM, "
|
|
"Okia, "
|
|
"Odoo Community Association (OCA)",
|
|
'website': "http://odoo-community.org",
|
|
'depends': ["account"],
|
|
'category': "Accounting & Finance",
|
|
'contributors': [
|
|
'Pedro M. Baeza',
|
|
'Jairo Llopis',
|
|
'Jacques-Etienne Baudoux',
|
|
'Sylvain Van Hoof'
|
|
'Nacho Muñoz',
|
|
],
|
|
'license': "AGPL-3",
|
|
"data": [
|
|
'wizard/wizard_chart_update_view.xml',
|
|
'views/account_config_settings_view.xml',
|
|
],
|
|
'installable': True,
|
|
}
|