[MIG] account_invoice_currency: Migration to 11.0

This commit is contained in:
Aitor Bouzas
2018-04-03 16:41:48 +02:00
parent b9e9668eb4
commit 6dbbd45aae
7 changed files with 3 additions and 7 deletions

View File

@@ -58,6 +58,7 @@ Contributors
* Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
* Antonio Espinosa <antonio.espinosa@tecnativa.com>
* Sébastien Namèche <seb@itik.fr>
* Aitor Bouzas <abouzas@softdil.com>
Maintainer
----------

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# © 2004-2011 Pexego Sistemas Informáticos. (http://pexego.es)
# © 2004-2011 Zikzakmedia S.L. (http://zikzakmedia.com)
# Jordi Esteve <jesteve@zikzakmedia.com>

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# © 2004-2011 Pexego Sistemas Informáticos. (http://pexego.es)
# © 2004-2011 Zikzakmedia S.L. (http://zikzakmedia.com)
# Jordi Esteve <jesteve@zikzakmedia.com>
@@ -8,10 +7,11 @@
{
'name': "Company currency in invoices",
'version': "10.0.1.1.0",
'version': "11.0.1.0.0",
'author': "Zikzakmedia SL, "
"Joaquín Gutierrez, "
"Tecnativa, "
"Softdil S.L, "
"Odoo Community Association (OCA) ",
'website': "https://odoo-community.org/",
'category': "Accounting",

View File

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

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# © 2004-2011 Pexego Sistemas Informáticos. (http://pexego.es)
# © 2004-2011 Zikzakmedia S.L. (http://zikzakmedia.com)
# Jordi Esteve <jesteve@zikzakmedia.com>

View File

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

View File

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