Skip to Content
Menu
This question has been flagged
1 Reply
23694 Views

How to give path in window for  custom path like openerp-server.conf 

it is a standard path

addons_path = C:\Program Files (x86)\Odoo 8.0-20150929\server\openerp\addons 

and custome module is in C:\Program Files (x86)\Odoo 8.0-20150929\server\openerp\custom

how to  give    addons path to combine this both modules

Avatar
Discard
Best Answer

Append it separated by a comma (no blank necessary):

addons_path = C:\Program Files (x86)\Odoo 8.0-20150929\server\openerp\addons,

C:\Program Files (x86)\Odoo 8.0-20150929\server\openerp\custom

 

Avatar
Discard
Related Posts Replies Views Activity
4
Feb 18
18003
2
Oct 16
7522
3
Aug 16
6930
4
Mar 24
3353
5
Mar 15
14451