celm1990
7 years ago
committed by
ernesto
7 changed files with 39 additions and 52 deletions
-
43email_template_qweb/README.rst
-
3email_template_qweb/__init__.py
-
6email_template_qweb/__manifest__.py
-
3email_template_qweb/models/__init__.py
-
26email_template_qweb/models/mail_template.py
-
3email_template_qweb/tests/__init__.py
-
7email_template_qweb/tests/test_mail_template_qweb.py
@ -1,4 +1,3 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# © 2016 Therp BV <http://therp.nl> |
|||
# Copyright 2016 Therp BV <http://therp.nl> |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
from . import models |
@ -1,4 +1,3 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# © 2016 Therp BV <http://therp.nl> |
|||
# Copyright 2016 Therp BV <http://therp.nl> |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
from . import mail_template |
@ -1,4 +1,3 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# © 2016 Therp BV <http://therp.nl> |
|||
# Copyright 2016 Therp BV <http://therp.nl> |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
from . import test_mail_template_qweb |
Write
Preview
Loading…
Cancel
Save
Reference in new issue