跳至內容
選單
此問題已被標幟
3 回覆
8854 瀏覽次數

Hi!

I recently installed Odoo 11 (I've been using Odoo 8 before) and tried to install the connector modules from OCA.

I don't know why but odoo was installed under /usr/lib/python3/dist-packages/odoo and the addons are under /usr/lib/python3/dist-packages/odoo/addons. (This is also the location where I loaded the OCA modules to)

After rebooting odoo with "sudo service odoo restart" and rebooting the whole server, updating the Apps list and many other attempts, the apps are still not shown under apps even if I delete all the search filters.

Any ideas on how to get that working?.

Thanks!

頭像
捨棄
最佳答案

Remark: it is recommended to create a separate folder for non-core addons, such as ../odoo/custom/addons for example.

Back to your issue: did you check the folder/subfolder and file permissions of your addons? See my answer here:

https://www.odoo.com/forum/help-1/question/odoo-11-ubuntu-16-04-how-to-transfer-custom-or-third-party-apps-to-your-apps-folder-for-dummies-or-lazy-people-127880#answer-127896

頭像
捨棄
作者

Thanks for your reply!

Did it exactly as you described but it still doesn't work.

Is it correct that I can download the modules with git clone https://github.com/OCA/connector.git -b 11.0 instead of git clone git@github.com:OCA/connector.git -b 8.0 ? (I get permission errors when trying it with git clone git@github.com:OCA/connector.git -b 8.0)

I don't know git (yet), I always do a zip-download of the repository.

Anyway, look at your downloads and you will see if you have the complete module folders. If not, you have to solve that, but that is not Odoo related.

最佳答案

check the addons path in odoo conf file. for eg, give the path like here

addons_path= /home/dell/hilar/odoo/test,/home/dell/hilar/odoo/addons,
頭像
捨棄
作者

Hi!

Thanks for your reply.

I installed it in the standard location (/usr/lib/python3/dist-packages/odoo/addons).

Shouldn't this be enough?

Thanks

相關帖文 回覆 瀏覽次數 活動
2
7月 23
2465
0
7月 15
5610
1
2月 25
1975
2
2月 25
1533
2
3月 25
5477