[FIX] email_template: fixed inherited view.

bzr revid: tde@openerp.com-20120824103845-7g1jzgtcctry6nod
This commit is contained in:
Thibault Delavallée 2012-08-24 12:38:45 +02:00
parent 70b90a2343
commit 18f6fd8990
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<field name="inherit_id" ref="mail.email_compose_message_wizard_form_chatter"/>
<field name="arch" type="xml">
<data>
<xpath expr="//field[@name='dest_partner_ids']" position="after">
<xpath expr="//field[@name='partner_ids']" position="after">
<field name="use_template" colspan="2" nolabel="1" invisible="1"
on_change="onchange_use_template(use_template, context)"/>
<field name="template_id" colspan="2" nolabel="1"