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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
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
Hi,
You can check this blog, everything is explained clearly here,
https://www.cybrosys.com/blog/how-to-install-custom-modules-in-odoo
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
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
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Inscribirse
hope this will helps: http://learnopenerp.blogspot.com/2016/03/how-to-create-and-install-modules-in.html