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
- 회계
- 재고 관리
- PoS
- 프로젝트
- MRP
신고된 질문입니다
1
회신
247
화면
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
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
|
1
9월 22
|
5784 | ||
|
|
2
7월 23
|
3944 | ||
|
|
0
7월 17
|
3868 | ||
|
|
2
11월 25
|
589 | ||
|
|
0
10월 25
|
697 |