From afcd10339137b9ba747faab4c83ac44e99e19be3 Mon Sep 17 00:00:00 2001 From: "Divyesh Makwana (Open ERP)" Date: Mon, 14 Nov 2011 10:34:52 +0530 Subject: [PATCH] [FIX] sale : Rename Sales Dashboard Into Sales lp bug: https://launchpad.net/bugs/888444 fixed bzr revid: mdi@tinyerp.com-20111114050452-yulkn5ovzvxarweg --- addons/sale/board_sale_view.xml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/addons/sale/board_sale_view.xml b/addons/sale/board_sale_view.xml index ef2519e..d39ebff 100644 --- a/addons/sale/board_sale_view.xml +++ b/addons/sale/board_sale_view.xml @@ -32,8 +32,8 @@ - - + + My Quotations sale.order @@ -42,7 +42,7 @@ [('state','=','draft'),('user_id','=',uid)] - + turnover.by.month.tree account.invoice.report @@ -56,7 +56,7 @@ - + turnover.by.month.graph account.invoice.report @@ -70,7 +70,7 @@ - + Monthly Turnover account.invoice.report @@ -93,7 +93,7 @@ tree - + board.sales.form board.board @@ -120,7 +120,7 @@ - + Sales Dashboard board.board @@ -129,8 +129,6 @@ - - + -- 1.7.10.4