mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[MIG] account_renumber: Migration to 12.0
This commit is contained in:
@@ -95,6 +95,7 @@ Contributors
|
||||
* Pedro M. Baeza
|
||||
* Jairo Llopis
|
||||
* David Vidal
|
||||
* Vicent Cubells
|
||||
|
||||
Maintainers
|
||||
~~~~~~~~~~~
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from . import wizard
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -5,3 +5,4 @@
|
||||
* Pedro M. Baeza
|
||||
* Jairo Llopis
|
||||
* David Vidal
|
||||
* Vicent Cubells
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from . import test_account_renumber
|
||||
|
||||
@@ -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).
|
||||
|
||||
|
||||
@@ -1,4 +1 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from . import wizard_renumber
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user