[IMP] use a many2many_tags widget instead of an array for the salesmen field in the massive conversion wizard

bzr revid: abo@openerp.com-20121115171958-wdnkhjqfp18qdfi6
This commit is contained in:
Antonin Bourguignon 2012-11-15 18:19:58 +01:00
parent fda57cd226
commit 9591811eb4
1 changed files with 1 additions and 5 deletions

View File

@ -61,11 +61,7 @@
<group string="Assign opportunities to" attrs="{'invisible': [('name', '=', '')]}">
<field name="section_id"/>
<field name="user_ids" colspan="4">
<tree>
<field name="name"/>
</tree>
</field>
<field name="user_ids" widget="many2many_tags"/>
</group>
<footer>