0

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

Caludio
  • 135
  • 11

1 Answers1

0

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!

  • are u talking about this script parameter : --config="/home/dhia/Desktop/configfile/file8.txt" and file8 content this [options] addons_path =/home/dhia/Desktop/odooVersion8/odoo/addons,/home/dhia/PycharmProjects/untitled3 Xmlrpc_port=8070 – Caludio Jul 27 '18 at 09:11
  • addons_path=/home/system/workspace/odoo_v8/openerp/addons,/home/krishna/workspace/system/addons,/home/system/project/custom8 – Synodica Solutions Pvt. Ltd. Jul 27 '18 at 09:26
  • with this method module don't add on odoo localhost can i add on addons of odoo ? – Caludio Jul 27 '18 at 09:31