odoo/addons/base_geolocalize
xmo-odoo c50745f1a1 [FIX] base_geolocalize: geocode errors out on empty address
It's unclear whether that's a recent change or a long-standing issue,
however currently if geocode is called with an empty address string it
will reply with a 400 Bad Request, which gets raised as an exception and
forwarded to the user. That is not a great experience.

Shortcut the entire thing and just return None (= geolocation failed /
no geolocation) on trying to geolocate an empty address.

OPW-746686

backport of 74a89bcf5c656a0a64f2a699444d39739ff7f1d2
2017-06-09 16:52:31 +02:00
..
i18n [I18N] Update translation terms from Transifex 2017-03-12 02:54:51 +01:00
models [FIX] base_geolocalize: geocode errors out on empty address 2017-06-09 16:52:31 +02:00
views [FIX] base_geolocalize: no reason to have groups no one for geolocation tab, any salesman should be able to set the latitude longitude 2014-04-18 16:17:55 +02:00
__init__.py [REF] crm_partner_assign: moved geolocalization stuff of res.partner inside a dedicated module. 2013-10-07 16:41:35 +02:00
__openerp__.py [FIX] base_geolocalize: remove useless dependencies 2016-02-29 11:33:21 +01:00