[FIX] widget selection replace by m2o because the domain is dynamic

bzr revid: tfr@openerp.com-20110201160622-gc75h8fwp0c4vz7o
This commit is contained in:
Thibault Francois 2011-02-01 17:06:22 +01:00
parent 145c74b270
commit daa1b72973
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
<field name="user_id"/>
<field name="assigned_to" />
<group colspan="2" col="4">
<field name="type_id" widget="selection" readonly="1"/>
<field name="type_id" readonly="1"/>
<button name="prev_type" string="Previous" type="object" icon="gtk-go-back" help="Change to Previous Stage"/>
<button name="next_type" string="Next" type="object" icon="gtk-go-forward" help="Change to Next Stage"/>
</group>