# Copyright 2021 Akretion France (http://www.akretion.com/) # Copyright 2022 Vauxoo (https://www.vauxoo.com/) # @author: Alexis de Lattre # @author: Moisés López # @author: Francisco Luna # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Account Move Number Sequence", "version": "16.0.1.1.7", "category": "Accounting", "license": "AGPL-3", "summary": "Generate journal entry number from sequence", "author": "Akretion,Vauxoo,Odoo Community Association (OCA)", "maintainers": ["alexis-via", "moylop260", "frahikLV", "luisg123v"], "website": "https://github.com/OCA/account-financial-tools", "depends": [ "account", ], "data": [ "views/account_journal.xml", "views/account_move.xml", "security/ir.model.access.csv", ], "post_init_hook": "post_init_hook", "installable": True, }