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

Hello,

I have created new modules and i have new updates, but when i do "settings/modules/update modules list", don't show anything. Why? Thank you very much.

Avatar
Descartar

details of your module? a module should contain-__init__.py,__openerp__.py,test.py,test_view.xml

Mejor respuesta

Hey Mr. Tony

check the permission for your module

you can give like:

chmod 770 -R /openepr DIR/addons/your_moule

thanks

Avatar
Descartar
Autor

Thank you, this worked me !!!