Fix search_view Problem (nesting) in "Shopping Carts"
parent
890549a5a6
commit
b74f59bc48
|
|
@ -287,12 +287,11 @@
|
||||||
<filter string="Quotations" name="draft" domain="[('state','=','draft')]"/>
|
<filter string="Quotations" name="draft" domain="[('state','=','draft')]"/>
|
||||||
<filter string="Quotations Sent" name="sent" domain="[('state','=','sent')]"/>
|
<filter string="Quotations Sent" name="sent" domain="[('state','=','sent')]"/>
|
||||||
<filter string="Sales" name="sales" domain="[('state','in',('sale','done'))]"/>
|
<filter string="Sales" name="sales" domain="[('state','in',('sale','done'))]"/>
|
||||||
|
<group expand="0" string="Group By">
|
||||||
|
<filter name="company" string="Company" domain="[]" context="{'group_by':'company_id'}"/>
|
||||||
|
<filter name="assembly_state" string="PG Status" domain="[]" context="{'group_by':'assembly_state'}"/>
|
||||||
|
</group>
|
||||||
</search>
|
</search>
|
||||||
<group expand="0" string="Group By">
|
|
||||||
<filter name="company" string="Company" domain="[]" context="{'group_by':'company_id'}"/>
|
|
||||||
<!-- <filter name="customer" string="Customer" domain="[(1,'=',1)]" context="{'group_by':'partner_id'}"/> -->
|
|
||||||
<filter name="assembly_state" string="PG Status" domain="[]" context="{'group_by':'assembly_state'}"/>
|
|
||||||
</group>
|
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue