Hi,
how to get Geo-Location (GPS-Coordinates) in Odoo form where the user post the entry...and save in database.
For Eample
i want to save user location in database where he post any entry .
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
how to get Geo-Location (GPS-Coordinates) in Odoo form where the user post the entry...and save in database.
For Eample
i want to save user location in database where he post any entry .
Seems like via the controller but how does one consume the endpoints in a model to capture the coordinates?
Hi,
To get the user location you can use the following code,
country_code_val = request.session['geoip'].get('country_code')
if country_code:
country_id = request.env['res.country'].search([('code', '=', country_code)], limit=1).id
You can add a new field and can save this to that field, Thanks
What would a "request" be in this context?
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
Odoo 15 geolocation
Solved
|
|
1
Sep 22
|
5009 | |
|
2
May 25
|
411 | ||
|
1
Dec 24
|
3796 | ||
|
0
Dec 24
|
641 | ||
|
2
Jul 24
|
1648 |