mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[MIG] account_invoice_currency: Migration to 11.0
This commit is contained in:
@@ -58,6 +58,7 @@ Contributors
|
|||||||
* Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
|
* Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
|
||||||
* Antonio Espinosa <antonio.espinosa@tecnativa.com>
|
* Antonio Espinosa <antonio.espinosa@tecnativa.com>
|
||||||
* Sébastien Namèche <seb@itik.fr>
|
* Sébastien Namèche <seb@itik.fr>
|
||||||
|
* Aitor Bouzas <abouzas@softdil.com>
|
||||||
|
|
||||||
Maintainer
|
Maintainer
|
||||||
----------
|
----------
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
# © 2004-2011 Pexego Sistemas Informáticos. (http://pexego.es)
|
# © 2004-2011 Pexego Sistemas Informáticos. (http://pexego.es)
|
||||||
# © 2004-2011 Zikzakmedia S.L. (http://zikzakmedia.com)
|
# © 2004-2011 Zikzakmedia S.L. (http://zikzakmedia.com)
|
||||||
# Jordi Esteve <jesteve@zikzakmedia.com>
|
# Jordi Esteve <jesteve@zikzakmedia.com>
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
# © 2004-2011 Pexego Sistemas Informáticos. (http://pexego.es)
|
# © 2004-2011 Pexego Sistemas Informáticos. (http://pexego.es)
|
||||||
# © 2004-2011 Zikzakmedia S.L. (http://zikzakmedia.com)
|
# © 2004-2011 Zikzakmedia S.L. (http://zikzakmedia.com)
|
||||||
# Jordi Esteve <jesteve@zikzakmedia.com>
|
# Jordi Esteve <jesteve@zikzakmedia.com>
|
||||||
@@ -8,10 +7,11 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "Company currency in invoices",
|
'name': "Company currency in invoices",
|
||||||
'version': "10.0.1.1.0",
|
'version': "11.0.1.0.0",
|
||||||
'author': "Zikzakmedia SL, "
|
'author': "Zikzakmedia SL, "
|
||||||
"Joaquín Gutierrez, "
|
"Joaquín Gutierrez, "
|
||||||
"Tecnativa, "
|
"Tecnativa, "
|
||||||
|
"Softdil S.L, "
|
||||||
"Odoo Community Association (OCA) ",
|
"Odoo Community Association (OCA) ",
|
||||||
'website': "https://odoo-community.org/",
|
'website': "https://odoo-community.org/",
|
||||||
'category': "Accounting",
|
'category': "Accounting",
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
from . import account_invoice
|
from . import account_invoice
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
# © 2004-2011 Pexego Sistemas Informáticos. (http://pexego.es)
|
# © 2004-2011 Pexego Sistemas Informáticos. (http://pexego.es)
|
||||||
# © 2004-2011 Zikzakmedia S.L. (http://zikzakmedia.com)
|
# © 2004-2011 Zikzakmedia S.L. (http://zikzakmedia.com)
|
||||||
# Jordi Esteve <jesteve@zikzakmedia.com>
|
# Jordi Esteve <jesteve@zikzakmedia.com>
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
from . import test_account_invoice_currency
|
from . import test_account_invoice_currency
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
# Copyright 2016 Antonio Espinosa <antonio.espinosa@tecnativa.com>
|
# Copyright 2016 Antonio Espinosa <antonio.espinosa@tecnativa.com>
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user