diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-17 08:47:53 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-17 08:47:53 +0700 |
| commit | a80565682063e718fc55c90e4243b9d5b2432285 (patch) | |
| tree | bd3b65cc54b62a8994bafb5d38c25631888d6414 /indoteknik_custom/views | |
| parent | a8460239603b7a73a185fec394b0f95ab0247207 (diff) | |
(andri) fix load gmaps pada view & edit
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 2a4b03a7..30b5ca36 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -67,9 +67,9 @@ </group> <xpath expr="//notebook/page[@name='contact_addresses']" position="before"> <page string="Pin Point Location" name="map_location"> - <!-- <group> + <group> <button name="geocode_address" type="object" string="Get Pin Point Location" class="btn btn-primary"/> - </group> --> + </group> <div style="margin: 16px 0;"> <field name="map_view" widget="googlemap" nolabel="1"/> </div> |
