diff --git a/mail_archives/tests/test_js.py b/mail_archives/tests/test_js.py index af6d4ce..ecb0384 100644 --- a/mail_archives/tests/test_js.py +++ b/mail_archives/tests/test_js.py @@ -1,10 +1,10 @@ # -*- coding: utf-8 -*- -import openerp.tests +import odoo.tests -@openerp.tests.common.at_install(False) -@openerp.tests.common.post_install(True) -class TestUi(openerp.tests.HttpCase): +@odoo.tests.common.at_install(False) +@odoo.tests.common.post_install(True) +class TestUi(odoo.tests.HttpCase): def test_01_mail_archives(self): # wait till page loaded and then click and wait again diff --git a/mail_sent/tests/test_js.py b/mail_sent/tests/test_js.py index 3b1ef2b..0fe1ba5 100644 --- a/mail_sent/tests/test_js.py +++ b/mail_sent/tests/test_js.py @@ -1,10 +1,10 @@ # -*- coding: utf-8 -*- -import openerp.tests +import odoo.tests -@openerp.tests.common.at_install(False) -@openerp.tests.common.post_install(True) -class TestUi(openerp.tests.HttpCase): +@odoo.tests.common.at_install(False) +@odoo.tests.common.post_install(True) +class TestUi(odoo.tests.HttpCase): def test_01_mail_sent(self): # wait till page loaded and then click and wait again