diff options
| -rw-r--r-- | indoteknik_custom/views/res_partner.xml | 4 |
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> |
