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

时间:2016-12-07 07:07:43

标签: odoo-9

我使用vagrant(ubuntu / trusty32)

在虚拟机上安装odoo

我使用以下内容设置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

使用以下命令找到了addons目录:

# 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 个答案:

答案 0 :(得分:0)

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

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

  3. 现在,您可以在应用列表

    中搜索时看到主题