diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-11 09:36:01 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-11 09:36:01 +0700 |
| commit | 361b55a0a8b9837ddf4fec369b66e5d8dd628fbf (patch) | |
| tree | 579f6b7fe45b047f7e2141bc1cbd7ff4cf4572ab | |
| parent | fd81ce03251ece6a723997a0d5a725cea0191826 (diff) | |
(andri) tampilan maps lebih luas
| -rw-r--r-- | indoteknik_custom/views/res_partner.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml index 00927326..b7834fb4 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -69,7 +69,11 @@ <page string="Lokasi Peta" name="map_location" autofocus="autofocus"> <group> <button name="geocode_address" type="object" string="Dapatkan PinPoint Lokasi" class="btn btn-primary"/> - <field name="map_view" widget="openstreetmap"/> + </group> + <div style="margin: 16px 0;"> + <field name="map_view" widget="openstreetmap" nolabel="1" style="width: 100%;"/> + </div> + <group> <field name="latitude" readonly="1"/> <field name="longtitude" readonly="1"/> </group> |
