应用程序中缺少Addson中安装的odoo 9主题 [英] odoo 9 theme installed in addson are missing from app

查看:90
本文介绍了应用程序中缺少Addson中安装的odoo 9主题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用vagrant(ubuntu/trusty32)在虚拟机上安装odoo

I install odoo on a virtualbox using vagrant (ubuntu/trusty32)

我使用以下方法设置了odoo:

I set up odoo using the following:

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目录:

found the addons directory using:

# 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

在哪里说:

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 )或在应用列表中.

But the theme doesn't display in settings (http://55.55.55.7:8069/web#menu_id=86&action=78) or in the app list.

推荐答案

  1. 激活开发人员模式:更新模块列表:应用程序>更新应用程序列表

    update the modules list: apps > Update Apps List

    现在,当您在应用程序"列表中搜索时,便可以看到主题

    Now you can see the theme when you search in the App list

    这篇关于应用程序中缺少Addson中安装的odoo 9主题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆