Browse Source

Add name attribute to filter

pull/52/head
Adrià Gil Sorribes 6 years ago
committed by Naglis Jonaitis
parent
commit
e8d5339809
No known key found for this signature in database GPG Key ID: 4748835F585390F5
  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