diff options
| -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> |
