Skip to Content
Menu
This question has been flagged

Hi, I recently installed Odoo 11 community version in Windows 10, on the same machine I have different odoo instances installed for development but while running odoo 11 all other paths from AppData local storage are getting added or consider while execution hence my odoo 11 instance is getting affected, how to resolve this. check the execution command and logs below

>python -E "C:/Drive D/Projects/Practice/python/odoo/odoo-com-11.0/odoo-bin" -w odoo -r odoo "--addons-path=C:\Drive D\Proects\Practice\python\odoo\odoo-com-11.0\addons" --db_port=5433

logs:
2018-08-22 18:37:14,207 13612 INFO ? odoo: Odoo version 11.0
2018-08-22 18:37:14,210 13612 INFO ? odoo: addons paths: [u'C:\\Users\\Sandesh\\AppData\\Local\\OpenERP S.A.\\Odoo\\addons\\11.0', u'C:\\Drive D\\Projects\\Practice\\python\\odoo\\od
oo-com-11.0\\addons', 'C:\\Drive D\\Projects\\Practice\\python\\odoo\\odoo-com-11.0\\odoo\\addons', 'C:\\Python27\\lib\\site-packages\\odoo-10.0.post20170819-py2.7.egg\\odoo\\addons'
]
2018-08-22 18:37:14,210 13612 INFO ? odoo: database: odoo@default:5433
2018-08-22 18:37:15,051 13612 INFO ? odoo.addons.base.ir.ir_actions_report: You need Wkhtmltopdf to print a pdf version of the reports.
2018-08-22 18:37:15,232 13612 INFO ? odoo.service.server: HTTP service (werkzeug) running on Sandesh-APJ:8069

in addons, I need only "C:\Drive D\Proects\Practice\python\odoo\odoo-com-11.0\addons" to be considered
Avatar
Discard

It should cache storage issue, I don't exactly where the file located for windows. but in linux if we face this issue, we need to clean up the file which is stored in system hidden folder. with ."share/odoo" name.

You need to check where is the hidden cache file. in that all the path must be stored. you just simply need to remove that file. you problem can be solve.

Related Posts Replies Views Activity
0
Jun 21
1924
8
Dec 23
29106
7
Dec 23
29361
2
Oct 16
6152
3
Aug 16
5817