Skip to Content
Menu
This question has been flagged
2 Replies
5114 Zobrazenia

I have added two fields 'latitude' and 'longitude' in project form view. The user needs to fill these two fields by clicking on a button inside the form view and to select the place from pop up displaying google map. What is the best way to implement this?

Avatar
Zrušiť
Best Answer

Hello GopaKumar N G,

latitude and longitude in form view from Google Map

Place one button in form view and click method call from js 

like this,

<button string ="Geo-Location" id="geolocation_id">

this._super.apply(this, arguments);

            var self = this;

            $el.click(function(ev) {

                if (node.attrs.id === "geolocation_id") {

# Here You can Open Google map

# and get latitude and longitude values and pass it to python and update your form view field.

Thank You!

Regards,




Email:      odoo@aktivsoftware.com  

Skype: kalpeshmaheshwari

   

Avatar
Zrušiť
Autor

Could you explain in detail

Best Answer

Hi,


Please check this: https://www.w3schools.com/html/tryit.asp?filename=tryhtml5_geolocation

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
1
nov 20
7308
2
sep 25
1039
1
sep 24
3463
4
máj 24
13834
1
apr 24
4205