From f17cc795ac1e38e5d782df3c2b10d0a75d51724b Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Sun, 29 Nov 2009 16:46:43 +0100 Subject: [PATCH] [IMP] better views for sales order bzr revid: fp@tinyerp.com-20091129154643-atmovj8hmh1iko1j --- addons/account/account_view.xml | 2 +- addons/sale/sale_view.xml | 23 ++++++----------------- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/addons/account/account_view.xml b/addons/account/account_view.xml index b9cf65c..f472b73 100644 --- a/addons/account/account_view.xml +++ b/addons/account/account_view.xml @@ -75,7 +75,7 @@ - + diff --git a/addons/sale/sale_view.xml b/addons/sale/sale_view.xml index 590ddb4..4829d4e 100644 --- a/addons/sale/sale_view.xml +++ b/addons/sale/sale_view.xml @@ -311,28 +311,17 @@ form tree,form,calendar,graph [('state','in',('progress','waiting_date','manual'))] - - - - - - All Quotations - ir.actions.act_window - sale.order - form - tree,form,calendar,graph - [('state','=','draft')] - + - My sales in shipping exception + My sales in exception ir.actions.act_window sale.order form tree,form,calendar,graph [('state','in',('shipping_except','invoice_except')),('user_id','=',uid)] - + @@ -342,7 +331,7 @@ form tree,form,calendar,graph [('state','=','manual'),('user_id','=',uid)] - + @@ -352,7 +341,7 @@ form tree,form,calendar,graph [('state','in',('progress','waiting_date','manual')),('user_id','=',uid)] - + @@ -362,7 +351,7 @@ form tree,form,calendar,graph [('state','=','draft'),('user_id','=',uid)] - + -- 1.7.10.4