mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
25 lines
711 B
Python
25 lines
711 B
Python
# Copyright 2009 Pexego Sistemas Informáticos
|
|
# Copyright 2013-2018 Pedro Manuel Baeza
|
|
# Copyright 2013 Joaquin Gutierrez <http://www.gutierrezweb.es>
|
|
# Copyright 2016 Jairo Llopis
|
|
# Copyright 2017 David Vidal
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': "Account Renumber Wizard",
|
|
'version': "12.0.1.0.0",
|
|
'author': "Pexego,"
|
|
"Tecnativa,"
|
|
"Odoo Community Association (OCA)",
|
|
'website': "https://github.com/OCA/account-financial-tools",
|
|
'category': "Accounting & Finance",
|
|
"license": "AGPL-3",
|
|
"depends": [
|
|
'account',
|
|
],
|
|
"data": [
|
|
'wizard/wizard_renumber_view.xml',
|
|
],
|
|
'installable': True,
|
|
}
|