Geospatial mailing list archives

geospatial@odoo-community.org

Avatar

Re: [OCA/geospatial] [ADD][12.0] google map drawing (#289)

by "Yannick Vaucher" <notifications@github.com> - 23/03/2021 18:33:57

@yvaucher commented on this pull request.


In web_view_google_map/views/google_places_template.xml:

> @@ -4,12 +4,13 @@

         <t t-set="google_maps_api_key" t-value="request.env['ir.config_parameter'].sudo().get_param('google.api_key_geocode')"/>

         <t t-set="google_maps_lang_localization" t-value="request.env['ir.config_parameter'].sudo().get_param('google.lang_localization')"/>

         <t t-set="google_maps_region_localization" t-value="request.env['ir.config_parameter'].sudo().get_param('google.region_localization')"/>

+        <t t-set="google_maps_libraries" t-value="request.env['ir.config_parameter'].sudo().get_param('google.maps_libraries')"/>

Note to self: this ICP is defined here:
https://github.com/OCA/geospatial/blob/12.0/base_google_map/data/google_maps_libraries.xml#L4

✔️


You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.

Reference