summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-06-12 19:26:46 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-06-12 19:26:46 +0700
commita921017a829ebef8442740fac964260d98566e6a (patch)
tree8954724c74fc7e5cfe6d9387b9113854863e6b82 /indoteknik_custom/views
parent8ac5d556a6686c6b81d5e9178bff5d308e8f176f (diff)
(andri) try gmaps sebagai pengganti openstreetmaps
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/res_partner.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml
index 85ee5ef0..4cee0c47 100644
--- a/indoteknik_custom/views/res_partner.xml
+++ b/indoteknik_custom/views/res_partner.xml
@@ -66,14 +66,15 @@
<field name="leadtime"/>
</group>
<xpath expr="//notebook/page[@name='contact_addresses']" position="before">
- <page string="Pin Point Location" name="map_location">
+ <page string="Pin Point Location" name="map_location" autofocus="autofocus">
<group>
<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="address_map"/>
<field name="latitude" readonly="1"/>
<field name="longtitude" readonly="1"/>
</group>