Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
3341 Visualizações

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
Cancelar

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

Melhor resposta

Hey Mr. Tony

check the permission for your module

you can give like:

chmod 770 -R /openepr DIR/addons/your_moule

thanks

Avatar
Cancelar
Autor

Thank you, this worked me !!!