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

I have created an Odoo module but it does not appear in the list of applications. I have entered the created module in the addons folder but it still does not appear.

Avatar
Descartar
Mejor respuesta

Hello,
To fix your Odoo module not appearing in the apps list:

  1. Check if the module is in the correct addons folder and ensure Odoo is configured to include that directory (addons_path in odoo.conf).
  2. Verify the __manifest__.py file has installable: True.
  3. Ensure the module has a valid __init__.py file.
  4. Restart Odoo and Update the Apps List (enable Developer Mode if needed).
Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
may 25
172
0
abr 25
401
1
abr 25
822
0
abr 25
8
1
abr 25
422