mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[MOV] website: MockRequest to tests.common
closes odoo/design-themes#1095 Related: odoo/odoo#212405 Related: odoo/enterprise#86717 Related: odoo/upgrade#7775 Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
This commit is contained in:
@@ -5,7 +5,7 @@ from lxml import etree, html
|
|||||||
import logging
|
import logging
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from odoo.addons.website.tools import MockRequest
|
from odoo.addons.http_routing.tests.common import MockRequest
|
||||||
from odoo.tests import tagged, TransactionCase
|
from odoo.tests import tagged, TransactionCase
|
||||||
from odoo.tools import escape_psql
|
from odoo.tools import escape_psql
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
from odoo.addons.website.tools import MockRequest
|
from odoo.addons.http_routing.tests.common import MockRequest
|
||||||
from odoo.tests import standalone
|
from odoo.tests import standalone
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
from odoo.addons.website.tools import MockRequest
|
from odoo.addons.http_routing.tests.common import MockRequest
|
||||||
from odoo.tests import standalone
|
from odoo.tests import standalone
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user