| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/partner-contact |
| GIT | |
| GIT | https://github.com/OCA/partner-contact.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/partner-contact/tree/8.0/partner_external_maps |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Extra Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Alexis de Lattre, Yannick Vaucher, Holger Brunn, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, Matjaž Mozetič |
| WEBSITE | |
| WEBSITE | http://www.akretion.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| 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 | xpath | Inherits base.view_partner_form |
view_users_form |
map.res.users.form | res.users | group | Inherits base.view_users_form |
view_users_form_simple_modif |
map.preferences.res.users.form | res.users | group | Inherits base.view_users_form_simple_modif |
address_url
Char
help='In this URL, {ADDRESS} will be replaced by the address.'
string='URL that uses the address'
lat_lon_url
Char
help="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'
name
Char
required=True
string='Map Website Name'
route_address_url
Char
help='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_url
Char
help="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.
No new fields.
Public methods (2)open_map(self)
open_route_map(self)
context_map_website_id
Many2one → map.website
default=_default_map_website
domain=['|', ('address_url', '!=', False), ('lat_lon_url', '!=', False)]
string='Map Website'
args: 'map.website'
context_route_map_website_id
Many2one → map.website
default=_default_route_map_website
domain=['|', ('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_id
Many2one → res.partner
string='Start Address for Route Map'
args: 'res.partner'
No public methods.