fix filter/group_by in product_views
parent
0a74cf9ed8
commit
d9f37d1622
|
|
@ -120,7 +120,11 @@
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//filter[@name='inactive']" position="after">
|
<xpath expr="//filter[@name='inactive']" position="after">
|
||||||
<!-- <separator/> -->
|
<!-- <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>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue