问题描述
在 Windows 7 上加载我的 odoo 12 服务器时出现以下错误
I'm getting following error while loading my odoo 12 server on windows 7
您无权访问所请求的资源.它要么受读保护,要么无法被服务器读取.
但是当通过私人窗口加载时,它正在加载!.即使无法在那里创建数据库.当时我收到以下错误.
But while loading through private window, it is loading!. Even though not able to create a database there.I'm getting following error at that time.
数据库创建错误:关系ir_model"不存在第 1 行:SELECT * FROM ir_model WHERE state='manual' ^
我已经安装了用于 odoo 11 的 postgresql 9.2.odoo 12 是否需要特定版本?
I have installed postgresql 9.2 which I used for odoo 11 as well. Is there any specific version needed for odoo 12?
推荐答案
我没有任何官方文档来支持这一点,但 Odoo 12 的推荐版本是 PostgreSQL 9.6+.
I don't have any official documentation to back this up, but the recommended version for Odoo 12 is PostgreSQL 9.6+.
如果您在获得较新版本的 PostgreSQL 后仍然遇到问题,请确保您正在关注 尽可能接近 Odoo 安装文档.
If you're still having trouble once you get the newer version of PostgreSQL, then make sure you are following the Odoo install documentation as closely as possible.
这篇关于odoo 12 错误 - 您无权访问所请求的资源.它要么受读保护,要么无法被服务器读取的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!