تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
15439 أدوات العرض

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

الصورة الرمزية
إهمال
أفضل إجابة

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.

الصورة الرمزية
إهمال