TIP: You can type at any time to perform a new search.
Partner External Maps
partner_external_maps · OCA/partner-contact
- Repository
- OCA/partner-contact · module folder · Try on Runboat
- Module version
- 0.1.0
- Category
- Extra Tools
- Folder size
- 0.11 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.akretion.com
- Last tracking update
- 2026-08-07 07:03:08
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Yannick Vaucher, Alexis de Lattre, Stéphane Bidoul, Holger Brunn, Stéphane Bidoul (ACSONE), Weblate, OCA Transbot, oca-travis, Matjaž Mozetič
- Odoo dependencies
-
odoo/odoo:- base
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
map_website_form |
map.website.form | map.website | form | New |
map_website_tree |
map.website.tree | map.website | tree | New |
view_partner_form |
map.button.res.partner.form | res.partner | form | Inherits base.view_partner_form |
view_users_form |
map.res.users.form | res.users | form | Inherits base.view_users_form |
view_users_form_simple_modif |
map.preferences.res.users.form | res.users | form | Inherits base.view_users_form_simple_modif |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (5)
-
address_urlCharhelp='In this URL, {ADDRESS} will be replaced by the address.'string='URL that uses the address' -
lat_lon_urlCharhelp="In this URL, {LATITUDE} and {LONGITUDE} will be replaced by the latitude and longitude (requires the module 'base_geolocalize')"string='URL that uses latitude and longitude' -
nameCharrequired=Truestring='Map Website Name' -
route_address_urlCharhelp='In this URL, {START_ADDRESS} and {DEST_ADDRESS} will be replaced by the start and destination addresses.'string='Route URL that uses the addresses' -
route_lat_lon_urlCharhelp="In this URL, {START_LATITUDE}, {START_LONGITUDE}, {DEST_LATITUDE} and {DEST_LONGITUDE} will be replaced by the latitude and longitude of the start and destination adresses (requires the module 'base_geolocalize')."string='Route URL that uses latitude and longitude'
No public methods.
New fields (0)
No new fields.
Public methods (2)-
open_map(self)@api.multi -
open_route_map(self)@api.multi
New fields (3)
-
context_map_website_idMany2one → map.websitedefault=_default_map_websitedomain=['|', ('address_url', '!=', False), ('lat_lon_url', '!=', False)]string='Map Website' args: 'map.website' -
context_route_map_website_idMany2one → map.websitedefault=_default_route_map_websitedomain=['|', ('route_address_url', '!=', False), ('route_lat_lon_url', '!=', False)]help='Map provided used when you click on the car icon on the partner form to display an itinerary.'string='Route Map Website' args: 'map.website' -
context_route_start_partner_idMany2one → res.partnerstring='Start Address for Route Map' args: 'res.partner'
No public methods.