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
返信
253
ビュー
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
|
5790 | ||
|
|
2
7月 23
|
3950 | ||
|
|
0
7月 17
|
3870 | ||
|
|
2
11月 25
|
603 | ||
|
|
0
10月 25
|
702 |