Search code examples
odooopenerp-8

I can't find my module in Odoo


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 ?


Solution

  • 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.