I can't find my module in Odoo

那年仲夏 提交于 2020-01-04 05:41:32

问题


I have created a module in Odoo 8 following a tutorial. I activated the technical features in Users then I've updated the module list but it doesn't appear in the list.

What should I do ?


回答1:


Track the following:

  • checkout __init__.py, __openerp__.py files
  • weather any server track-back appear or not
  • find the path of addons module
  • is your module is at same place or path?
  • give read/write/execute permission for that module
  • restart your server
  • Go to browser, from GUI, Setting => Modules => Update Modules List => and Click on Update button
  • Now go to Setting => Modules => Local Modules => remove Apps filter on right hand side and type your module name

I hope after do these you will find your module.




回答2:


After tried everything in @Odedra's answer, It worked when I created a new DB -> restarted the server -> Updated the App List.



来源:https://stackoverflow.com/questions/29930632/i-cant-find-my-module-in-odoo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!