【问题标题】:odoo 9 theme installed in addson are missing from app应用程序中缺少安装在插件中的 odoo 9 主题
【发布时间】:2016-12-07 07:07:43
【问题描述】:

我使用 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

使用以下命令找到插件目录:

# 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) 或应用列表中。

【问题讨论】:

    标签: odoo-9


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

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

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2013-10-21
      • 2017-02-27
      • 2022-01-23
      • 1970-01-01
      • 1970-01-01
      • 2023-04-02
      • 1970-01-01
      相关资源
      最近更新 更多