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