Partner External Maps

partner_external_maps
REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/8.0/partner_external_maps
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYExtra Tools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSStéphane Bidoul, Alexis de Lattre, Yannick Vaucher, Holger Brunn, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, Matjaž Mozetič
WEBSITE
WEBSITEhttp://www.akretion.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
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
Models touched (3)

New fields (5)
  • 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'
Public methods (0)

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_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'
Public methods (0)

No public methods.