跳至內容
選單
此問題已被標幟
1 回覆
3335 瀏覽次數

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.

頭像
捨棄

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

最佳答案

Hey Mr. Tony

check the permission for your module

you can give like:

chmod 770 -R /openepr DIR/addons/your_moule

thanks

頭像
捨棄
作者

Thank you, this worked me !!!