diff options
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/res_partner.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml index 85ee5ef0..4cee0c47 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -66,14 +66,15 @@ <field name="leadtime"/> </group> <xpath expr="//notebook/page[@name='contact_addresses']" position="before"> - <page string="Pin Point Location" name="map_location"> + <page string="Pin Point Location" name="map_location" autofocus="autofocus"> <group> <button name="geocode_address" type="object" string="Get Pin Point Location" class="btn btn-primary"/> </group> <div style="margin: 16px 0;"> - <field name="map_view" widget="openstreetmap" nolabel="1" style="width: 100%;"/> + <field name="map_view" widget="googlemap" nolabel="1"/> </div> <group> + <field name="address_map"/> <field name="latitude" readonly="1"/> <field name="longtitude" readonly="1"/> </group> |
