diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-16 08:54:56 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-16 08:54:56 +0700 |
| commit | 6e2419c226eb74ea5c14d21f441d570829a20021 (patch) | |
| tree | f7c0a944e41b0fe0b7613401fc5aa8352c063535 /indoteknik_custom/views | |
| parent | 2ff882e9f591a25b6b9f5adbd4dd90e7402017a9 (diff) | |
(andri) on map view
Diffstat (limited to 'indoteknik_custom/views')
| -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 7405e27b..2a4b03a7 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -70,9 +70,9 @@ <!-- <group> <button name="geocode_address" type="object" string="Get Pin Point Location" class="btn btn-primary"/> </group> --> - <!-- <div style="margin: 16px 0;"> + <div style="margin: 16px 0;"> <field name="map_view" widget="googlemap" nolabel="1"/> - </div> --> + </div> <group> <field name="address_map" readonly="1" force_save="1"/> <field name="latitude" readonly="1" force_save="1"/> |
