Browse Source

Remove street = False from domain, to be compatible with partner_street_number

pull/134/head
Alexis de Lattre 9 years ago
parent
commit
4b945cd545
  1. 4
      partner_external_maps/partner_view.xml

4
partner_external_maps/partner_view.xml

@ -17,11 +17,11 @@
<xpath expr="//div[@name='buttons']" position="inside">
<button class="oe_inline oe_stat_button"
name="open_map" type="object" string="Map"
attrs="{'invisible': [('street', '=', False), ('city', '=', False)]}"
attrs="{'invisible': [('city', '=', False)]}"
icon="fa-map-marker"/>
<button class="oe_inline oe_stat_button"
name="open_route_map" type="object" string="Route Map"
attrs="{'invisible': [('street', '=', False), ('city', '=', False)]}"
attrs="{'invisible': [('city', '=', False)]}"
icon="fa-car"/>
</xpath>
</field>

Loading…
Cancel
Save