From dfd9fc3721e2848e353c8e50a4bcbee75cce8120 Mon Sep 17 00:00:00 2001 From: "DBR (OpenERP)" Date: Mon, 19 Sep 2011 18:47:18 +0530 Subject: [PATCH] [IMP]mrp : Improve the search view bzr revid: dbr@tinyerp.com-20110919131718-c85nomc2dkm08ry2 --- addons/mrp/report/mrp_production_order_view.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/addons/mrp/report/mrp_production_order_view.xml b/addons/mrp/report/mrp_production_order_view.xml index dfcf41d..c8f47a3 100644 --- a/addons/mrp/report/mrp_production_order_view.xml +++ b/addons/mrp/report/mrp_production_order_view.xml @@ -60,8 +60,7 @@ domain="[('date','<=', (datetime.date.today() - relativedelta(day=31, months=1)).strftime('%%Y-%%m-%%d')),('date','>=',(datetime.date.today() - relativedelta(day=1,months=1)).strftime('%%Y-%%m-%%d'))]" help="Production during last month"/> - - + -- 1.7.10.4