
Odoo中文社区可以通过以下两个域名访问:shine-it.net , odoo.net.cn
由于系统升迁的原因,本论坛部分较早期的内容存在格式和链接损坏失效的问题,并非本论坛系统本身的缺陷,望谅解
本社区没有维护任何QQ群讨论组,任何与本社区同名的QQ群讨论组的言论与本社区无关!
开发人员可以登录gitter讨论组: http://gitter.im/odoo-china/Talk, 需要github账号
如果您登录系统碰到问题,请在微信公众号留言:
windows10安装odoo10创建数据库之后跳转页面(http://localhost:8069/web)报错
-
具体报错如下:
Refused to execute script from 'http://localhost:8069/web/content/347-0cc7f31/web.assets_common.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.Refused to execute script from 'http://localhost:8069/web/content/348-a833da4/web.assets_backend.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.
Refused to execute script from 'http://localhost:8069/web/content/349-707a4ea/web_editor.summernote.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.
Refused to execute script from 'http://localhost:8069/web/content/350-dec64e9/web_editor.assets_editor.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.
Uncaught TypeError: odoo.define is not a function
非常感谢
-
光看这里的错误信息不太好定位,最好可以提供server log。
-
UPDATE ir_attachment SET mimetype = 'text/javascript' WHERE mimetype ='text/plain' and datas_fname like '%.js';
我今天也碰到了同样得问题,分享一下,执行一下这个语句然后清除缓存可以解决