Browse Source

Update test_mail_template.py

pull/264/head
Moises Lopez - https://www.vauxoo.com/ 7 years ago
committed by GitHub
parent
commit
8bda7501b8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mail_template_multi_report/tests/test_mail_template.py

2
mail_template_multi_report/tests/test_mail_template.py

@ -7,7 +7,7 @@ from odoo import tests
@tests.at_install(False)
@tests.post_install(True)
class TestMailTemplate(tests.TransactionCase):
class TestMailTemplate(tests.HttpCase):
def setUp(self):
super(TestMailTemplate, self).setUp()

Loading…
Cancel
Save