Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过psql接口导入了一个数据库,该数据库存在但是在OpenERP连接接口上,导入的数据库没有列出来。
我应该怎么做才能让OpenERP的连接界面列出导入的数据库??
干杯
确保数据库归 OpenERP 配置文件中配置的数据库用户所有 - 通常是 openerp。
另一种情况是你可以看到一个空的数据库选择列表是你的 openerp-server 由于某种原因没有启动。您可以访问登录界面,因为 openerp-web 已经启动,但是由于 openerp-web 后面没有服务器,因此无法获取数据库列表。