mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-19 08:22:02 +02:00
15 lines
539 B
Python
15 lines
539 B
Python
# Copyright 2017 ACSONE SA/NV
|
|
# Copyright 2020 Brainbean Apps (https://brainbeanapps.com)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Account Analytic Sequence",
|
|
"summary": """Restore the analytic account sequence""",
|
|
"version": "16.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/account-analytic",
|
|
"depends": ["analytic"],
|
|
"data": ["data/sequence.xml"],
|
|
"post_init_hook": "post_init_hook",
|
|
}
|