[FIX] crm_profiling: answers order in view.

colspan on separator is ignored so the answers are not grouped
Fixes #6226
This commit is contained in:
Alejandro Santana 2015-04-09 20:24:08 +02:00 committed by Martin Trigaux
parent ec47493f46
commit db44db8edb
1 changed files with 1 additions and 1 deletions

View File

@ -179,8 +179,8 @@
<separator string="Profiling Options" colspan="4"/>
<field name="parent_id" colspan="2"/><newline/>
<separator string="Included Answers :" colspan="2" />
<separator string="Excluded Answers :" colspan="2"/>
<field name="answer_yes" nolabel="1" colspan="2"/>
<separator string="Excluded Answers :" colspan="2"/>
<field name="answer_no" nolabel="1" colspan="2"/>
</page>
</notebook>