is it required to add path in odoo-server.conf everytime you create a module? or what are the step by step guide to create a new module without any error or problem
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
Hai louie,
There is no need to create or add the path to the conf file, you just create a new folder and give the path of that folder in the config file.
addons_path = /../../odoo/addons, /../../odoo/<custom_addons>
And every new module that you created yourself or downloaded from odoo apps .
that module adds into the newly created folder. then just restart your services and update the apps. You can see the apps appear in the app store.
Just follow this link it will help you more.
install a new module from odoo apps
https://www.cybrosys.com/blog/how-to-install-custom-modules-in-odoo
Create a new module
https://www.cybrosys.com/blog/how-create-module-odoo
Thank you,
Nikhilkrishnan
You provide one or multiple addons folder(s) in the conf-file. There you can place all your modules. But you will still get errors, if your modules are buggy or you did not specify the proper permissions to that folder(s) and its contents.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up