Holger Brunn
8 years ago
No known key found for this signature in database
GPG Key ID: 1C9760FECA3AE18
2 changed files with
0 additions and
2 deletions
-
website_mail_qweb/controllers/main.py
-
website_mail_qweb/tests/test_website_mail_qweb.py
|
@ -4,7 +4,6 @@ |
|
|
from openerp.addons.website_mail.controllers.email_designer import\ |
|
|
from openerp.addons.website_mail.controllers.email_designer import\ |
|
|
WebsiteEmailDesigner |
|
|
WebsiteEmailDesigner |
|
|
from openerp import http |
|
|
from openerp import http |
|
|
from openerp.http import request |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class UnquoteObject(str): |
|
|
class UnquoteObject(str): |
|
|
|
@ -2,7 +2,6 @@ |
|
|
# © 2017 Therp BV <http://therp.nl> |
|
|
# © 2017 Therp BV <http://therp.nl> |
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
|
from openerp.tests.common import HttpCase |
|
|
from openerp.tests.common import HttpCase |
|
|
from ..controllers.main import Main |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class TestWebsiteMailQweb(HttpCase): |
|
|
class TestWebsiteMailQweb(HttpCase): |
|
|