[FIX] GeoIP - allow to specify the path to GeoIP in the server config.
authorJeremy Kersten <jke@odoo.com>
Mon, 13 Oct 2014 14:47:12 +0000 (16:47 +0200)
committerJeremy Kersten <jke@odoo.com>
Mon, 13 Oct 2014 14:47:12 +0000 (16:47 +0200)
commitc8e14f301f2ecdd8ff4ddbf032edddea323a3411
treeb1a9bffb98e13197870aff768369487691441c82
parent66600b93c56127e85c7679537922977c90771b34
[FIX] GeoIP - allow to specify the path to GeoIP in the server config.

--geoip_db='the_path'  which can be used via openerp.tool.config['geoip_database']
addons/website/models/ir_http.py
openerp/tools/config.py