Moises Lopez - https://www.vauxoo.com/
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
mail_template_multi_report/tests/test_mail_template.py
|
@ -7,7 +7,7 @@ from odoo import tests |
|
|
|
|
|
|
|
|
@tests.at_install(False) |
|
|
@tests.at_install(False) |
|
|
@tests.post_install(True) |
|
|
@tests.post_install(True) |
|
|
class TestMailTemplate(tests.TransactionCase): |
|
|
|
|
|
|
|
|
class TestMailTemplate(tests.HttpCase): |
|
|
|
|
|
|
|
|
def setUp(self): |
|
|
def setUp(self): |
|
|
super(TestMailTemplate, self).setUp() |
|
|
super(TestMailTemplate, self).setUp() |
|
|