Search 1.9 billion lines of Odoo code on GitHub

website_geoip_address

Author: NuoBiT Solutions, S.L., Eric Antones
License: AGPL-3
Branch: 10.0
Repository: alexanderahlsen/odoo-addons
Dependencies: base, and website
Languages: Markdown (10, 6.3%), Python (84, 53.2%), and XML (64, 40.5%)
Other repositories: RL-OtherApps/odoo-addons-1, aschenkels-ictstudio/odoo-addons-2, grottas/odoo-addons-1, haylahi/odoo-addons-3, mgielissen/odoo-addons-8, mulaudzicalvin/odoo-addons-1, nuobit/odoo-addons, suningwz/odoo-addons-2, and vidtsin/odoo-addons

<h1>Website GeoIP Address</h1> <ul> <li>Show different company&#39;s addresses based on the location of the user</li> </ul> <p>In order this module to work: If your server is behind a proxy like Nginx, Gunicorn the REMOTE<em>ADDR variable becomes worthless since every connection looks like it&#39;s coming from your proxy server instead of the actual user making the request. To avoid that behaviour: 1. If you&#39;re running a standalone Odoo server: start server with <strong>--proxy-mode</strong> command line option. 2. If you&#39;re running Odoo server over a wsgi server: add **conf[&#39;proxy</em>mode&#39;] = True** to odoo-wsgi.py config file.</p> <p>More info: https://github.com/odoo/odoo/issues/11035</p>