[MERGE] forward port of branch 8.0 up to d80376a
[odoo/odoo.git] / addons / web / controllers / main.py
index 908f56c..c057f7c 100644 (file)
@@ -1179,7 +1179,7 @@ class Binary(http.Controller):
         '/web/binary/company_logo',
         '/logo',
         '/logo.png',
-    ], type='http', auth="none")
+    ], type='http', auth="none", cors="*")
     def company_logo(self, dbname=None, **kw):
         imgname = 'logo.png'
         placeholder = functools.partial(get_module_resource, 'web', 'static', 'src', 'img')