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 expr="//filter[@name='inactive']" position="after">
<!-- <separator/> -->
<filter string="Aktiv/Inaktiv" context="{'group_by':'active'}"/>
<filter string="Aktiv/Inaktiv" domain="['|',('active','=',True),('active','=',False)]" context="{'group_by':'active'}"/>
</xpath>
</field>
</record>