It is possible to make the odoo default map view show the partner location if i provide with latitude and longitude (odoo 19)
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
1
Reply
257
Views
Hello Nyan Min Htet
I hope you are doing well,
For Community Edition: Install base_geolocalize module Then go to partner form Access: Contacts → Switch to Map view (top right icon) → Partners with lat/long show as pins on map.
I hope you are doing well,
For Community Edition: Install base_geolocalize module Then go to partner form Access: Contacts → Switch to Map view (top right icon) → Partners with lat/long show as pins on map.
Partner Map View in Odoo 19:
It has partner_latitude and partner_longitude fields already in res.partner. Just populate them and enable map view.
Added Map view in action
<record id="base.action_partner_form" model="ir.actions.act_window">
<field name="view_mode">kanban,tree,form,map</field>
</record>
I hope this information helps you,
Thanks & Regards,
Kunjan Patel
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
|
1
Sep 22
|
5791 | ||
|
|
2
Jul 23
|
3950 | ||
|
|
0
Jul 17
|
3870 | ||
|
|
2
Nov 25
|
603 | ||
|
|
0
Oct 25
|
702 |