This question has been flagged
4 Replies
61702 Views

I'm using Odoo community version 10.0

I have downloaded an add-on module for managing price list in POS.

How should I install it in order to use it?

Avatar
Discard
Best Answer

Place the add-on module on the folder along with the modules that you are running,

then after running

developer mode> apps> update apps list 

then search for the add-on module that you added and install.

Avatar
Discard

restart the service too ...

And which folder might that be? Answer needs more detail.

Best Answer

First of all set addons path on terminal where actually your module is located.

For Example, --addons-path=/home/odoo/odoo-10.0/addons/,/home/odoo/your_module_name

And run.

Then go to browse and active developer mode and on app>>update app list>>search your module name>>install.


Avatar
Discard