fix filter/group_by in product_views
parent
d9f37d1622
commit
79990ae76c
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue