[IMP] set ready button as search_default in stock.move action

bzr revid: kjo@tinyerp.com-20110922070017-y2vnrro8r08ee4ps
This commit is contained in:
Kuldeep Joshi (OpenERP) 2011-09-22 12:30:17 +05:30
parent c8092d5965
commit 0df705f087
1 changed files with 1 additions and 1 deletions

View File

@ -1525,7 +1525,7 @@
<field name="view_type">form</field>
<field name="view_id" ref="view_move_tree"/>
<field name="search_view_id" ref="view_move_search"/>
<field name="context">{'search_default_Available':1}</field>
<field name="context">{'search_default_ready':1}</field>
<field name="help">This menu gives you the full traceability of inventory operations on a specific product. You can filter on the product to see all the past or future movements for the product.</field>
</record>
<menuitem action="action_move_form2" id="menu_action_move_form2" parent="menu_traceability" sequence="3"/>