diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-11 09:50:05 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-11 09:50:05 +0700 |
| commit | 771cd3b9f5c0a6594b6e276bc47e3599d6c751e4 (patch) | |
| tree | d0e5bcc7d1514ced3b0f66839d2a19f68fe57112 /indoteknik_custom/views/res_partner.xml | |
| parent | 361b55a0a8b9837ddf4fec369b66e5d8dd628fbf (diff) | |
(andri) add validasi tidak bisa pinpoint ketika alamat yang diisikan belum lengkap
Diffstat (limited to 'indoteknik_custom/views/res_partner.xml')
| -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 b7834fb4..6acfeaa0 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -66,9 +66,9 @@ <field name="leadtime"/> </group> <xpath expr="//notebook/page[@name='contact_addresses']" position="before"> - <page string="Lokasi Peta" name="map_location" autofocus="autofocus"> + <page string="Pin Point Location" name="map_location" autofocus="autofocus"> <group> - <button name="geocode_address" type="object" string="Dapatkan PinPoint Lokasi" class="btn btn-primary"/> + <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%;"/> |
