summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-06-11 09:20:16 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-06-11 09:20:16 +0700
commitfd81ce03251ece6a723997a0d5a725cea0191826 (patch)
treeb7ecbbf27e0bc9f3c0639719a31a0542a3f234ac
parenta6629db53b6080bd2217e426b434c2ecc72588ab (diff)
(andri) revisi tampilan Lokasi Peta pada Contact
-rw-r--r--indoteknik_custom/views/res_partner.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml
index 468de1d5..00927326 100644
--- a/indoteknik_custom/views/res_partner.xml
+++ b/indoteknik_custom/views/res_partner.xml
@@ -68,10 +68,10 @@
<xpath expr="//notebook/page[@name='contact_addresses']" position="before">
<page string="Lokasi Peta" name="map_location" autofocus="autofocus">
<group>
- <field name="latitude" readonly="1"/>
- <field name="longtitude" readonly="1"/>
<button name="geocode_address" type="object" string="Dapatkan PinPoint Lokasi" class="btn btn-primary"/>
<field name="map_view" widget="openstreetmap"/>
+ <field name="latitude" readonly="1"/>
+ <field name="longtitude" readonly="1"/>
</group>
</page>
</xpath>