Skip to content
Snippets Groups Projects
Commit 74072441 authored by Denis Ledoux's avatar Denis Ledoux Committed by Simon Lejeune
Browse files

[FIX] sale: backport of rev 709e22c3

[FIX] sale: sale report view, wrong domain

Quotations are sale.order with state draft and sent
Sale orders are sale.order with state other than draft, sent and cancel
parent 32f51689
Branches
Tags
No related merge requests found
......@@ -48,8 +48,8 @@
<search string="Sales Analysis">
<field name="date"/>
<field name="date_confirm"/>
<filter icon="terp-document-new" string="Quotations" domain="[('state','=','draft')]"/>
<filter icon="terp-check" string="Sales" domain="[('state','not in',('draft','done','cancel'))]"/>
<filter icon="terp-document-new" string="Quotations" domain="[('state','in',('draft','sent'))]"/>
<filter icon="terp-check" string="Sales" domain="[('state','not in',('draft','sent','cancel'))]"/>
<separator/>
<filter icon="terp-accessories-archiver" string="Picked" domain="[('shipped','=',True)]"/>
<separator/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment