[IMP] web form: one2many_binary became many2many_binary

bzr revid: chm@openerp.com-20121116112125-ze91rz2zveqzlz2g
This commit is contained in:
Christophe Matthieu 2012-11-16 12:21:25 +01:00
parent c1192ec3a0
commit 8246fb56f8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
attrs="{'invisible':[('content_subtype', '=', 'plain')]}"/>
</group>
<field name="body"/>
<field name="attachment_ids" widget="one2many_binary" blockui="0"/>
<field name="attachment_ids" widget="many2many_binary"/>
<footer>
<button string="Send" name="send_mail" type="object" class="oe_highlight"/>
or