Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
1882 Vistas

Hi guys,

Created a custom_addons path in odoo config, added a module and updated my apps list. The addon is not seen. Tried several modules for V16 and none of them work.

Any ideas as to what I'm doing wrong?

Thanks,

D.

Avatar
Descartar

Along with the points from Sandip, see who is the owner of the custom directory, if the odoo running user doesnt have access to the directory, the addons wont get listed

Mejor respuesta

First, check your custom addons path you setup path of your custom addons is proper or not path will contain the inner path of custom_addons like ex if Module A is in the custom_addons folder so you need to set up the path like /home/custom_addons/ please check the proper path that contains the module.

Second, restart your server and update the app list

If the above points do not work then check if your custom addons module contain the proper structure of the odoo or not like your manifest file, the py file is there or not.

And last please properly provide a path if you use a server then in the conf file and if local then your local odoo.

Avatar
Descartar