Caludio
Caludio

Reputation: 135

I can't find my module in Odoo8

it must create my module on addons of odoo ? or in back of my project because when I add the project on add ons of odoo it be show on local module but when i remove from addons he doesn't I'm using odoo V8 with pycharm 2017 python 2.7 NB:odoo is working fine on localhost

Upvotes: 0

Views: 51

Answers (1)

might be you have two points

1) If you have added your module on different path from based addons then add that custom path on odoo config.

2) Restart odoo service. and Goto setting - > Activate Developer Mode -> Update App list -> then find your app.

Hope this helps!

Upvotes: 0

Related Questions