[FIX] Fix <group> @string

bzr revid: fme@openerp.com-20120529151446-49hetgxlzakua8id
This commit is contained in:
Fabien Meghazi 2012-05-29 17:14:46 +02:00
parent bcb86755c0
commit d1318ad8fa
1 changed files with 1 additions and 1 deletions

View File

@ -786,7 +786,7 @@
<t t-name="FormRenderingSheet" t-extend="FormRenderingForm">
</t>
<t t-name="FormRenderingGroup">
<t t-call="FormRenderingSeparator"/>
<t t-if="string" t-call="FormRenderingSeparator"/>
<table border="0" cellpadding="0" cellspacing="0" width="100%" t-attf-class="oe_form_group classnames"/>
</t>
<t t-name="FormRenderingNotebook">