odoo/odoo#192704

Created by Davide Bonetto (dabo)

Blocked

  • Merge method
  • Review
  • CI
label
odoo-dev:master-store-locator-snippet-dabo
head
e8abdbe1fcb1cff53faec54880aa1075861820d3
odoo/odoo
master #192704 missing r+

[ADD] website, web_editor: store locator snippet

This commit introduces a new store locator snippet that allows a user
to place markers (typically representing stores) to a map.
This snippet was needed because the previous snippet, s_map, allowed
users to place only a single marker, since that is what the Google API
allows.

To make adding location more intuitive, the we-many2many, we-many2one,
we-list and we-button have been improved to allow displaying other
fields than "display_name" and displaying additional fields, so that
users can see, for example, both the company name and address in the
we-many2many dropdown, instead of only the display_name as before.

task-4361433