[MERGE] In routing form view, change selection field to search

bzr revid: rco@openerp.com-20110708090448-a8nubgdip3odae01
This commit is contained in:
Raphael Collet 2011-07-08 11:04:48 +02:00
commit 0ec64dd334
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@
<separator colspan="4" string="General Information"/>
<field colspan="4" name="name" select="1"/>
<field name="sequence" select="1"/>
<field name="workcenter_id" select="1" widget="selection"/>
<field name="workcenter_id"/>
<field name="cycle_nbr"/>
<field name="hour_nbr" widget="float_time"/>
<field name="company_id" widget="selection" groups="base.group_multi_company"/>