Files
account-financial-tools/account_renumber/__manifest__.py
Pedro M. Baeza 4bd2af050e [MIG] account_renumber: Migration to 11.0
* Standard procedure
* README by fragments
* 2to3 run
* Manifest changed
2018-08-15 17:35:40 +02:00

26 lines
709 B
Python

# -*- coding: utf-8 -*-
# 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': "11.0.1.0.0",
'author': "Pexego,"
"Tecnativa,"
"Odoo Community Association (OCA)",
'website': "http://www.pexego.es",
'category': "Accounting & Finance",
"license": "AGPL-3",
"depends": [
'account',
],
"data": [
'wizard/wizard_renumber_view.xml',
],
'installable': True,
}