fix filter/group_by in product_views

develop
Andreas Osim 2019-02-21 17:47:40 +01:00
parent d9f37d1622
commit 79990ae76c
1 changed files with 1 additions and 1 deletions

View File

@ -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>