003115aac0
- Depending on l10n_generic_coa is the lazy option for not putting proper initialization data on the test, and it also couples the tests to the external module changes. - Switch to TransactionCase, for populating once the company, CoA, etc. - Speed up a bit the tests, removing superflual mail operations.
23 lines
868 B
Python
23 lines
868 B
Python
# Copyright 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
|
|
# Copyright 2016 Jacques-Etienne Baudoux <je@bcim.be>
|
|
# Copyright 2016 Sylvain Van Hoof <sylvain@okia.be>
|
|
# Copyright 2015-2018 Tecnativa - Pedro M. Baeza
|
|
# 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": "16.0.2.0.1",
|
|
"author": "Tecnativa, BCIM, Okia, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
|
"depends": ["account"],
|
|
"category": "Accounting",
|
|
"license": "AGPL-3",
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"wizard/wizard_chart_update_view.xml",
|
|
"views/account_config_settings_view.xml",
|
|
],
|
|
"installable": True,
|
|
}
|