应用程序中缺少安装在 addson 中的 odoo 9 主题

odoo 9 theme installed in addson are missing from app

我使用 vagrant 在 vi​​rtualbox 上安装 odoo (ubuntu/trusty32)

我使用以下设置 odoo:

vagrant init ubuntu/trusty32
in Vagrantfile
  config.vm.network "private_network", ip: "55.55.55.7"
vagrant reload 


vagrant ssh
sudo su
wget -O - https://nightly.odoo.com/odoo.key | apt-key add -
echo "deb http://nightly.odoo.com/9.0/nightly/deb/ ./" >> /etc/apt/sources.list
apt-get update && apt-get install odoo
sudo -u postgres createuser -s odoo

找到插件目录使用:

# cd /etc/odoo/
# cat openerp-server.conf
[options]
; This is the password that allows database operations:
; admin_passwd = admin
db_host = False
db_port = False
db_user = odoo
db_password = False
addons_path = /usr/lib/python2.7/dist-packages/openerp/addons

使用 https://www.odoo.com/documentation/9.0/howtos/themes.html

在 /usr/lib/python2.7/dist-packages/openerp/addons 中创建了主题

哪里说:

Installing your theme
To install your theme, you just place your theme folder inside addons in your Odoo installation.

After that, navigate to the Settings page, look for your theme and click on the install button.

但主题未显示在设置 (http://55.55.55.7:8069/web#menu_id=86&action=78) 或应用列表中。

  1. 激活开发者模式:https://www.odoo.com/forum/how-to/developers-13/how-can-i-activate-the-developer-mode-83

  2. 更新模块列表:应用 > 更新应用列表

现在在应用列表中搜索时可以看到主题