[FIX] Corrected stock.move search view type, incorrectly set to 'tree'.

bzr revid: odo@openerp.com-20100224184757-xie28kfrbadu6p32
This commit is contained in:
Olivier Dony 2010-02-24 19:47:57 +01:00
parent a79aa3bd28
commit 20fc3e2017
1 changed files with 1 additions and 1 deletions

View File

@ -1344,7 +1344,7 @@
<record id="view_move_search" model="ir.ui.view">
<field name="name">stock.move.search</field>
<field name="model">stock.move</field>
<field name="type">tree</field>
<field name="type">search</field>
<field eval="6" name="priority"/>
<field name="arch" type="xml">
<search string="Stock Moves">