This question has been flagged
7 Replies
11391 Views

Hi,

I've finished the installation of odoo 10.0. And I can start odoo-bin without parameters.

Now, I'm struggling to install openEducat modules.

I've unzipped them under /opt/odoo/odoo-10.0/addons and set the following access rights :

- chown -R odoo: /opt/odoo/odoo-10.0/addons/openeducat_*

- chmod -R u+x /opt/odoo/odoo-10.0/addons/openeducat_*

But when I got to Settings > Apps. I can't find them.

What I have missed ?

Do the odoo-bin binary need any other parameter ?

Please, I need help. I can provide additional infos if asked.

Thanks in advance.


Avatar
Discard
Author

I fixed the the problem :

Actually, the only problem was with access rights on the files of openEducat modules.

I have set them to 777 and now I can see them in the Apps view.

Thanks for all contributions.

Author Best Answer

I fixed the the problem :

Actually, the only problem was with access rights on the files of openEducat modules.

I have set them to 777 and now I can see them in the Apps view.

Thanks for all contributions.

Avatar
Discard
Best Answer

Stupid question maybe, but did you hit backspace in the search field which will display all apps?

Avatar
Discard
Best Answer

Hi Zeroun,

These steps worked for me in Odoo 10:

  1. Unzip module files to under /usr/lib/python2.7/dist-packages/odoo/addons/

  2. Login as Administrator

  3. Activate the developer mode from Settings

  4. Navigate to Apps > Update Apps List

  5. Remove the word Apps from the Search box if you are installing a module instead of an Application

Source: http://www.freeofficesolutions.com/odoo-install-module/

Avatar
Discard
Best Answer

open the folder openeducat after unziping it .

u will be able to find many modules in it each one needs to be copied out of the main folder and be placed in addons

Avatar
Discard
Best Answer

You need to add your openeducat addons_path with your odoo-server.conf

edit /etc/odoo-server.conf or wherever your configuration is located.

It looks like this

[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 =/opt/odoo/odoo-10.0/addons,/opt/odoo/odoo-10.0/addons/openeducat_


Then save.

You need to run odoo-server like this.

./odoo-bin -c /etc/odoo-server.conf

Update Odoo Apps then Update Apps List


Avatar
Discard
Best Answer

Hi Zeroun

Just check that what you unzip inside of  /opt/odoo/odoo-10.0/addons are directly the OpenEducat addons
As I remember OpenEducat is just one addon and maybe what you get is the content of the OpenEducat addon spread into your Odoo Addons folder instead

It's better to unzip it into another path and get configured into Odoo config option addons_path

Read more here:

http://www.odoo.com/documentation/10.0/reference/cmdline.html

Avatar
Discard
Best Answer

Did you update the modules list in your Apps menu (while having activated the developer mode)?

Avatar
Discard