fix filter/group_by in product_views
parent
d9f37d1622
commit
79990ae76c
|
|
@ -124,7 +124,7 @@
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//filter[@name='inactive']" position="after">
|
<xpath expr="//filter[@name='inactive']" position="after">
|
||||||
<!-- <separator/> -->
|
<!-- <separator/> -->
|
||||||
<filter string="Aktiv/Inaktiv" context="{'group_by':'active'}"/>
|
<filter string="Aktiv/Inaktiv" domain="['|',('active','=',True),('active','=',False)]" context="{'group_by':'active'}"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue