# 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", }