mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_favicon: Use relative import
This commit is contained in:
committed by
Daryl Chen
parent
6e7e8502d3
commit
b3dfde201b
@@ -25,8 +25,7 @@ class TestWebFavicon(TransactionCase):
|
||||
def test_web_favicon(self):
|
||||
original_request = http.request
|
||||
http.request = FakeRequest(self.env)
|
||||
from odoo.addons.web_favicon.controllers.web_favicon import\
|
||||
WebFavicon
|
||||
from ..controllers.web_favicon import WebFavicon
|
||||
company = self.env['res.company'].search([], limit=1)
|
||||
# default icon
|
||||
company.write({
|
||||
|
||||
Reference in New Issue
Block a user