This question has been flagged
2 Replies
8537 Views

Hi, I'm developing a test module in OpenERP 7 in windows environment. I create a new directory in addons directory then I create and code __init__.py, __openerp__.py and mymodule.py but I cant see it my module in OpenERP for installation. What I have to do. Help please.

Avatar
Discard

Settings -> Modules -> Update Modules List

Best Answer

If you mean that you don't see your module in 'Settings'

  • Go to Settings - Modules - Update Module List
  • Click 'Update'
  • Go to Settings - Modules - Installed Modules
  • In the Search box, delete the filter item 'Installed'
  • Look for your module (switch to List view if necessary)
  • Install your module

Good luck, Bart

Avatar
Discard
Author

Thanks, you're right

I've struggled with all that basic stuff myself, so I'm happy to help.

Best Answer

Hi,

You need to create view file e.g. mymodule_view.xml and then update module list. Then you can see your custom module in addons list. You can refer the following link for developing custom module: https://doc.openerp.com/v6.1/developer/03_modules_1/

Avatar
Discard