2017-08-14 19:36:35 +02:00
|
|
|
# Copyright 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
|
|
|
|
# Copyright 2016 Jacques-Etienne Baudoux <je@bcim.be>
|
2017-03-14 11:54:08 +01:00
|
|
|
# Copyright 2016 Sylvain Van Hoof <sylvain@okia.be>
|
2018-09-18 14:41:19 +02:00
|
|
|
# Copyright 2015-2018 Tecnativa - Pedro M. Baeza
|
2016-05-25 14:05:38 +02:00
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
2013-10-01 18:28:19 +02:00
|
|
|
|
|
|
|
{
|
2019-03-15 21:25:19 +01:00
|
|
|
"name": "Detect changes and update the Account Chart from a template",
|
2016-05-25 14:05:38 +02:00
|
|
|
"summary": "Wizard to update a company's account chart from a template",
|
2023-11-24 13:00:06 +01:00
|
|
|
"version": "16.0.2.0.3",
|
2020-01-17 17:33:28 +01:00
|
|
|
"author": "Tecnativa, BCIM, Okia, Odoo Community Association (OCA)",
|
2021-03-08 16:19:39 +01:00
|
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
2023-08-10 14:10:40 +02:00
|
|
|
"depends": ["account"],
|
2019-03-15 21:25:19 +01:00
|
|
|
"category": "Accounting",
|
|
|
|
"license": "AGPL-3",
|
2013-10-01 18:28:19 +02:00
|
|
|
"data": [
|
2021-03-08 17:25:04 +01:00
|
|
|
"security/ir.model.access.csv",
|
2019-03-15 21:25:19 +01:00
|
|
|
"wizard/wizard_chart_update_view.xml",
|
|
|
|
"views/account_config_settings_view.xml",
|
2013-10-01 18:28:19 +02:00
|
|
|
],
|
2019-03-15 21:25:19 +01:00
|
|
|
"installable": True,
|
2013-10-01 18:28:19 +02:00
|
|
|
}
|