[ADD] placeholders

pull/121/head
Holger Brunn 2015-01-27 15:33:28 +01:00
parent 797b1e31f4
commit bfc8a407b9
1 changed files with 5 additions and 5 deletions

View File

@ -30,19 +30,19 @@
</header>
<group>
<group>
<field name="path" />
<field name="path" placeholder="INBOX.subfolder1" />
<field name="model_id" />
<field name="model_field" />
<field name="model_field" placeholder="email" />
<field name="match_algorithm" />
<field name="mail_field" />
<field name="mail_field" placeholder="to,from" />
</group>
<group>
<field name="delete_matching" />
<field name="flag_nonmatching" />
<field name="match_first" />
<field name="msg_state" />
<field name="model_order" attrs="{'readonly': [('match_first','==',False)], 'required': [('match_first','==',True)]}" />
<field name="domain" />
<field name="model_order" attrs="{'readonly': [('match_first','==',False)], 'required': [('match_first','==',True)]}" placeholder="name asc,type desc" />
<field name="domain" placeholder="[('state', '=', 'open')]" />
</group>
</group>
</form>