From 5e5f839d03cd167516bd0cfe85dea2e977ae5468 Mon Sep 17 00:00:00 2001 From: "Meera Trambadia (OpenERP)" Date: Fri, 2 Mar 2012 15:51:53 +0530 Subject: [PATCH] [IMP] sale:-added search_default for 'Quotations' and 'Sales orders' bzr revid: mtr@tinyerp.com-20120302102153-9rfe6rom5itxxlls --- addons/sale/sale_view.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/sale/sale_view.xml b/addons/sale/sale_view.xml index 3789fb08b2a..d2f4cc0b0c0 100644 --- a/addons/sale/sale_view.xml +++ b/addons/sale/sale_view.xml @@ -256,8 +256,8 @@ search - - + + @@ -287,7 +287,7 @@ form tree,form,calendar,graph - {} + {"search_default_sales":1} Sales Orders help you manage quotations and orders from your customers. OpenERP suggests that you start by creating a quotation. Once it is confirmed, the quotation will be converted into a Sales Order. OpenERP can handle several types of products so that a sales order may trigger tasks, delivery orders, manufacturing orders, purchases and so on. Based on the configuration of the sales order, a draft invoice will be generated so that you just have to confirm it when you want to bill your customer. @@ -320,7 +320,7 @@ sale.order form tree,form,calendar,graph - [('state','=','draft')] + {"search_default_draft":1}