summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/res_partner.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/views/res_partner.xml')
-rw-r--r--indoteknik_custom/views/res_partner.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml
index 85ee5ef0..f739cf14 100644
--- a/indoteknik_custom/views/res_partner.xml
+++ b/indoteknik_custom/views/res_partner.xml
@@ -71,11 +71,12 @@
<button name="geocode_address" type="object" string="Get Pin Point Location" class="btn btn-primary"/>
</group>
<div style="margin: 16px 0;">
- <field name="map_view" widget="openstreetmap" nolabel="1" style="width: 100%;"/>
+ <field name="map_view" widget="googlemap" nolabel="1"/>
</div>
<group>
- <field name="latitude" readonly="1"/>
- <field name="longtitude" readonly="1"/>
+ <field name="address_map"/>
+ <field name="latitude" readonly="1" force_save="1"/>
+ <field name="longtitude" readonly="1" force_save="1"/>
</group>
</page>
</xpath>