From: Sébastien CHAZALLET Date: Mon, 17 Nov 2014 21:56:56 +0000 (+0100) Subject: MAJ WSGI for VM X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=3f283c9ee97205af4179af2b72b1d4ce86c01858;p=odoo%2Fodoo.git MAJ WSGI for VM --- diff --git a/openerp-wsgi.py b/openerp-wsgi.py index 90f43dd..a53e47b 100644 --- a/openerp-wsgi.py +++ b/openerp-wsgi.py @@ -26,7 +26,7 @@ conf = openerp.tools.config # Path to the OpenERP Addons repository (comma-separated for # multiple locations) -conf['addons_path'] = '../../addons/trunk,../../web/trunk/addons' +conf['addons_path'] = '/opt/odoo/addons,/opt/odoo/include/custom/8.0' # Optional database config if not using local socket #conf['db_name'] = 'mycompany'