TIP: You can type at any time to perform a new search.
Partners Geolocation
base_geolocalize · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 2.1
- Category
- Sales/Sales
- Folder size
- 0.51 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-15 22:44:16
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Raphael Collet, Odoo Translation Bot, Julien Castiaux, Tiffany Chang (tic), Gorash, Stanislas Sobieski, Maximilien (malb), Dylan Kiss (dyki), Xavier Bol (xbo), Martin Trigaux (mat), nihp-odoo, khsr-odoo, Krzysztof Magusiak (krma)
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- base_google_map, fieldservice, hr_attendance, l10n_mx_cfdi_waybill, pms_base, tms, website_crm_partner_assign, website_google_map, website_sale_collect
- Description
Partners Geolocation ========================
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings.view.form.inherit.web.geoloclaize | res.config.settings | form | Inherits base_setup.res_config_settings_view_form |
view_crm_partner_geo_form |
res.partner.geolocation.inherit | res.partner | form | Inherits base.view_partner_form |
view_geo_provider_form |
base.geo_provider.form | base.geo_provider | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (2)
-
nameChar -
tech_nameCharstring='Technical Name'
No public methods.
New fields (0)
No new fields.
Public methods (2)-
geo_find(self, addr, **kw)@api.modelUse a location provider API to convert an address string into a latitude, longitude tuple. Here we use Openstreetmap Nominatim by default. :param addr: Address string passed to API :return: (latitude, longitude) or None if not found -
geo_query_address(self, street=None, zip=None, city=None, state=None, country=None)@api.modelConverts address fields into a valid string for querying geolocation APIs. :param street: street address :param zip: zip code :param city: city :param state: state :param country: country :return: formatted string
New fields (3)
-
geoloc_provider_googlemap_keyCharconfig_parameter='base_geolocalize.google_map_api_key'help='Visit https://developers.google.com/maps/documentation/geocoding/get-api-key for more information.'string='Google Map API Key' -
geoloc_provider_idMany2one → base.geo_providerconfig_parameter='base_geolocalize.geo_provider'default=<expr>string='API' args: 'base.geo_provider' -
geoloc_provider_technameCharreadonly=Truerelated='geoloc_provider_id.tech_name'
No public methods.
New fields (1)
-
date_localizationDatestring='Geolocation Date'
-
geo_localize(self) -
write(self, vals)
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…