[MIG] account_renumber: Migration to 12.0

This commit is contained in:
cubells
2019-02-18 10:18:14 +01:00
parent 52882017da
commit 5e34ffdffc
9 changed files with 5 additions and 12 deletions

View File

@@ -95,6 +95,7 @@ Contributors
* Pedro M. Baeza
* Jairo Llopis
* David Vidal
* Vicent Cubells
Maintainers
~~~~~~~~~~~

View File

@@ -1,3 +1 @@
# -*- coding: utf-8 -*-
from . import wizard

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2009 Pexego Sistemas Informáticos
# Copyright 2013-2018 Pedro Manuel Baeza
# Copyright 2013 Joaquin Gutierrez <http://www.gutierrezweb.es>
@@ -8,11 +7,11 @@
{
'name': "Account Renumber Wizard",
'version': "11.0.1.0.0",
'version': "12.0.1.0.0",
'author': "Pexego,"
"Tecnativa,"
"Odoo Community Association (OCA)",
'website': "http://www.pexego.es",
'website': "https://github.com/OCA/account-financial-tools",
'category': "Accounting & Finance",
"license": "AGPL-3",
"depends": [

View File

@@ -5,3 +5,4 @@
* Pedro M. Baeza
* Jairo Llopis
* David Vidal
* Vicent Cubells

View File

@@ -439,6 +439,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<li>Pedro M. Baeza</li>
<li>Jairo Llopis</li>
<li>David Vidal</li>
<li>Vicent Cubells</li>
</ul>
</li>
</ul>

View File

@@ -1,3 +1 @@
# -*- coding: utf-8 -*-
from . import test_account_renumber

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

View File

@@ -1,4 +1 @@
# -*- coding: utf-8 -*-
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import wizard_renumber

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2009 Pexego Sistemas Informáticos. All Rights Reserved
# Copyright 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).