odoo/odoo#192704
Created by Davide Bonetto (dabo)
Blocked
- Merge method
- Review
-
CI
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- 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.