Skip to Content
Menu
This question has been flagged
5 Replies
80410 Views

i have been having problem on how i can add a module folder into the addons path, i am new to odoo and would not mind if i can get step by step format to achieving this.

Avatar
Discard
Best Answer

Hi,
You can follow the steps in the above answers, i have to specify there is an another option from the user interface also. Go to the apps and install the module named Base import module (technical name: base_import_module) .


After installing this module,  you will have a new menu under the Apps menu , ie, import module menu , wih that you can import the modules.

Thanks

Avatar
Discard
Best Answer


Hi,

You can check this blog, everything is explained clearly  here,

https://www.cybrosys.com/blog/how-to-install-custom-modules-in-odoo 

Avatar
Discard
Best Answer

As you did not bother to provide any information about your environment and installation method, read this the get the idea: 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

Avatar
Discard
Best Answer

Hello Obalim,

Go to location: /etc/odoo/odoo-server.conf

Add path in that file: addons_path = /opt/odoo/enterprise,/opt/odoo/addons,/opt/odoo/custom-addons

(P.S: Actual path depends on your system , just take reference from this.)


While using command line:

Enter till your odoo Directory and then provide path.

For ex:

odoo11/odoo (Till your main Directory)

Adding addons path:

./odoo-bin --addons-path=enterprise/,../custom-addons/,../odoo/addons/

(P.S: Actual path depends on your system , just take reference from this.)

After that from your system Go to Apps/ Update App List -- then look for your custom Module.


Hope it Helps!

Regards,

Mayank Gosai

Avatar
Discard