コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
4263 ビュー

From some reason the editor remove \n when copy&paste , so I replace \n with ;

see the question in SO http://stackoverflow.com/questions/41011358/odoo-9-theme-installed-in-addson-are-missing-from-app


I install odoo on a virtualbox using vagrant(ubuntu / trusty32); ; 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; ; 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; ; created a theme in /usr/lib / python2 .7 / dist - packages / openerp / addons using https: //www.odoo.com/documentation/9.0/howtos/themes.html; ; where is says:; ; 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.; ; 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.;

アバター
破棄
著作者

This useless system doesn't let me comment an answer so I write here for Ermin Trevisan: you answer is useless, it should be a comment - please explain how to activate developer mode, how to update modules list, etc.

Obviously my answer was not useless at all :-)

Sorry, it was a real struggle to get it working and to use the forum... What I ment is that it should be a comment. 
An answer should be the actual steps to solve the problem. 
Thanks 
Elia 

בתאריך 7 בדצמ׳ 2016 2:50 אחה״צ,‏ "Ermin Trevisan" <trevi@twanda.com> כתב:

Obviously my answer was not useless at all :-)

--
Ermin Trevisan


Sent by Odoo S.A. using Odoo.


最善の回答

Go to Settings -> Website -> Choose a theme -> find your theme and do "Update theme"

アバター
破棄
最善の回答

Have you activated the developer mode, did you update the modules list and did you maybe restart Odoo?

アバター
破棄
著作者 最善の回答

1. activate developer mode: https://www.odoo.com/forum/how-to/developers-13/how-can-i-activate-the-developer-mode-83

2. update the modules list: apps > Update Apps List

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

アバター
破棄
関連投稿 返信 ビュー 活動
1
12月 24
5969
3
8月 24
6849
4
7月 24
41145
5
4月 23
98808
3
8月 22
4278