[IMP] module kanban: remove unnecessary line break

bzr revid: rco@openerp.com-20120720092327-1j9777ss4n85c4og
This commit is contained in:
Raphael Collet 2012-07-20 11:23:27 +02:00
parent 4388b11739
commit 86e5835728
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
<h4><a type="edit"><field name="shortdesc"/></a></h4>
<p class="oe_module_name">
<t t-if="record.summary.raw_value"><field name="summary"/><br/></t>
<i><field name="name" groups="base.group_no_one"/></i><br/>
<i><field name="name" groups="base.group_no_one"/></i>
</p>
<button type="object" name="button_immediate_install" states="uninstalled">Install</button>
<button t-if="installed" disabled="disabled">Installed</button>