Skip to Content
Menu
This question has been flagged
3 Replies
2247 Views


I use Odoo 9 I want to install a new module that is in a .zip file.

I enable developer mode and I unzipped the file in the directory addons but when I do the update I can not find the module and thank you in advance  

Avatar
Discard
Best Answer

Hello tasnimabar,


Please check your __openerp__.py file.

May be, issue from there.


Thanks,

Avatar
Discard
Author Best Answer

thank you for your answer but I do all these steps but same problem the module does not appear

Avatar
Discard
Best Answer

After unzipping the file did you copy it in the addons folder?

These are the steps you should follow -

> Unzip the file

> Copy the folder in the odoo addons folder

> Restart the odoo server

> Log in to odoo and activate developer mode. Then go to apps and click on update app list > app

> Then from apps install the app.

Avatar
Discard