Browse Source

Add name attribute to filter

pull/53/head
Adrià Gil Sorribes 6 years ago
parent
commit
76af0940fc
  1. 2
      base_tier_validation/views/tier_definition_view.xml

2
base_tier_validation/views/tier_definition_view.xml

@ -64,7 +64,7 @@
<separator/>
<filter string="All" name="all" domain="['|', ('active', '=', False), ('active', '=', True)]" />
<group expand="0" string="Group By">
<filter string="Model" domain="[]" context="{'group_by':'model_id'}"/>
<filter string="Model" name="model_id" domain="[]" context="{'group_by':'model_id'}"/>
</group>
</search>
</field>

Loading…
Cancel
Save