diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-13 08:44:56 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-13 08:44:56 +0700 |
| commit | 34759639fa2db3b28bac410e24984775ce823ac5 (patch) | |
| tree | 90a711275a44fa8c3682dcd192ed8fedefa0d710 /indoteknik_custom/views | |
| parent | a921017a829ebef8442740fac964260d98566e6a (diff) | |
(andri) fix deprecated fungsi maps pada module custom
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/res_partner.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml index 4cee0c47..bdce7c0c 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -66,7 +66,7 @@ <field name="leadtime"/> </group> <xpath expr="//notebook/page[@name='contact_addresses']" position="before"> - <page string="Pin Point Location" name="map_location" autofocus="autofocus"> + <page string="Pin Point Location" name="map_location"> <group> <button name="geocode_address" type="object" string="Get Pin Point Location" class="btn btn-primary"/> </group> |
