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
4 additions and
2 deletions
-
mail_template_multi_report/tests/test_mail_template.py
|
|
@ -2,10 +2,12 @@ |
|
|
|
# © 2016 Savoir-faire Linux |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
|
|
|
|
from odoo.tests import common |
|
|
|
from odoo import tests |
|
|
|
|
|
|
|
|
|
|
|
class TestMailTemplate(common.TransactionCase): |
|
|
|
@tests.at_install(False) |
|
|
|
@tests.post_install(True) |
|
|
|
class TestMailTemplate(tests.TransactionCase): |
|
|
|
|
|
|
|
def setUp(self): |
|
|
|
super(TestMailTemplate, self).setUp() |
|
|
|