mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Merge pull request #664 from Tecnativa/10.0-account_invoice_currency-fix_integration_tests
[FIX] account_invoice_currency: Integration tests
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
{
|
||||
'name': "Company currency in invoices",
|
||||
'version': "10.0.1.1.0",
|
||||
'version': "10.0.1.1.1",
|
||||
'author': "Zikzakmedia SL, "
|
||||
"Joaquín Gutierrez, "
|
||||
"Tecnativa, "
|
||||
|
||||
@@ -2,9 +2,11 @@
|
||||
# Copyright 2016 Antonio Espinosa <antonio.espinosa@tecnativa.com>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from odoo.tests.common import TransactionCase
|
||||
from odoo.tests.common import at_install, post_install, TransactionCase
|
||||
|
||||
|
||||
@at_install(False)
|
||||
@post_install(True)
|
||||
class TestAccountInvoiceCurrency(TransactionCase):
|
||||
def setUp(self):
|
||||
super(TestAccountInvoiceCurrency, self).setUp()
|
||||
|
||||
Reference in New Issue
Block a user