This question has been flagged
2 Replies
2351 Views

I created one module in openerp and pleace(kept) that module in addons.

When I try to install I could not find the module.where I should search for that and how to insatll that module.

 

Please help me out.

Avatar
Discard
Author

I have written one module extending account module. I have set the path like ./openerp-server --addons ../web-client/addons and the "updated the module list" still i cant see my cunstom module. please help me out

Best Answer

In addition to reply of Luis Filipe Castanheira .check if you have correct __init__.py and __openerp__.py inside new module. and do not have any .tar file with same name of module inside addons.

Avatar
Discard
Best Answer

Make sure your module is inside a path that is included in the addons path of your OpenERP server. Restart your server, or go to the "Update module list" in your settings menu.

After that, you should be able to search (and find) your module. (Also, make sure to remove any filters that might being applied _such as "installed modules"_ before you search for it)

Avatar
Discard