Browse Source

Update test_mail_template.py

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

6
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()

Loading…
Cancel
Save