Devishree Brahmbhatt (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-search_views-Manufacturing-dbr into 
lp:~openerp-dev/openobject-addons/trunk-search_views.

Requested reviews:
  Bhumika (OpenERP) (sbh-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-search_views-Manufacturing-dbr/+merge/76029

Hello Ma'am,

I have improved the search view of MRP module as specified.
So, Kindly review it.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-search_views-Manufacturing-dbr/+merge/76029
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-search_views.
=== modified file 'mrp/report/mrp_production_order_view.xml'
--- mrp/report/mrp_production_order_view.xml	2011-09-17 17:24:05 +0000
+++ mrp/report/mrp_production_order_view.xml	2011-09-19 13:22:38 +0000
@@ -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"/>
                       <separator orientation="vertical"/>
-                        <filter string="Current" icon="terp-check" domain="[('state','in',('open','draft'))]"/>
-                        <filter icon="terp-check" string="In Production" domain="[('state','=','in_production')]"/>
+                        <filter icon="terp-check" string="Ready In production" domain="[('state','=','in_production')]"/>
                         <filter icon="terp-camera_test" string="Done" domain="[('state','=','done')]"/>
                       <separator orientation="vertical"/>
                         <field name="location_src_id" />

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to