mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
19 lines
549 B
Python
19 lines
549 B
Python
# Copyright 2022 ForgeFlow S.L. (https://www.forgeflow.com)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Account Chart update OSS ",
|
|
"version": "15.0.1.0.0",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"maintainers": ["LoisRForgeFlow"],
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
|
"category": "Accounting",
|
|
"license": "AGPL-3",
|
|
"depends": [
|
|
"account_chart_update",
|
|
"l10n_eu_oss",
|
|
],
|
|
"installable": True,
|
|
"auto_install": True,
|
|
}
|