This question has been flagged
2 Replies
14378 Views

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

Avatar
Discard
Best Answer

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

Avatar
Discard
Best Answer

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.

Avatar
Discard