[REV] mail.compose.message: some of the wizard fields back to invisible mode.

bzr revid: tde@openerp.com-20121114134803-hlbmmd14psdc2sk7
This commit is contained in:
Thibault Delavallée 2012-11-14 14:48:03 +01:00
parent 45eadceea6
commit c6bd2c0ee0
1 changed files with 5 additions and 5 deletions

View File

@ -8,11 +8,11 @@
<form string="Compose Email" version="7.0">
<group>
<!-- truly invisible fields for control and options -->
<field name="composition_mode" invisible="0"/>
<field name="model" invisible="0"/>
<field name="res_id" invisible="0"/>
<field name="parent_id" invisible="0"/>
<field name="content_subtype" invisible="0"/>
<field name="composition_mode" invisible="1"/>
<field name="model" invisible="1"/>
<field name="res_id" invisible="1"/>
<field name="parent_id" invisible="1"/>
<field name="content_subtype" invisible="1"/>
<!-- visible wizard -->
<label for="partner_ids" string="Recipients"/>
<div>