Replies: 2 comments 1 reply
-
Hi @macagua |
Beta Was this translation helpful? Give feedback.
-
@macagua I've pushed a new branch https://github.com/gityopie/odoo-addons/tree/13.0-website-gautocomplete. On this branch you can find a new module |
Beta Was this translation helpful? Give feedback.
-
@gityopie Hi I am using the
web_google_maps
add-on in the Odoo 13 CE version,I need to adapt the view of
portal_my_details
of theportal
add-on, when the website user enters the company name (aka thecompany_name
field) or the address street (aka thestreet
field), then I need overrirde these fields with the information from Google Maps using the Widget that support your addons.So I have created a module that has a template that inherits from
portal.portal_my_details
to customize the fieldcompany_name
, this module installs correctly, but I notice that it does not work correctly in the Odoo frontend in the view<template id="portal_my_details">
in the route/my/account/
because when I edit the address of the website user, autocompletion is not activated.Is it because the
web_google_maps
assets files do not load them on the website? If this is how I would do to register in my module that it loads the assets BUT on the Odoo frontend, because in the Odoo backend they load perfectly, what do you recommend me to do?Beta Was this translation helpful? Give feedback.
All reactions