[FIX] mass_mailing: wave creation wizard: fixed closing button jumping after setting the wave name

bzr revid: tde@openerp.com-20131210141646-17y49b7xvckepogz
This commit is contained in:
Thibault Delavallée 2013-12-10 15:16:46 +01:00
parent eb722dc25a
commit 7f7e698feb
1 changed files with 1 additions and 2 deletions

View File

@ -55,8 +55,7 @@
<label for="name"/>
<div>
<field name="name"/>
<p class="oe_grey"
attrs="{'invisible': [('name', '!=', False)]}">
<p class="oe_grey">
Please choose the name of the mailing.
</p>
</div>