[FIX] list of options in debug tooltip of selection fields

bzr revid: xmo@openerp.com-20111124123940-3899y6lw74uttedx
This commit is contained in:
Xavier Morel 2011-11-24 13:39:40 +01:00
commit ed3b0ae90b
1 changed files with 1 additions and 1 deletions

View File

@ -833,7 +833,7 @@
<li t-if="widget.field and widget.field.selection" data-item="selection">
<span class="oe_tooltip_technical_title">Selection:</span>
<ul>
<li t-foreach="widget.field.selection" t-as="option">
<li t-foreach="widget.field.selection" t-as="option" t-if="option[0]">
[<t t-esc="option[0]"/>]
<t t-if="option[1]"> - </t>
<t t-esc="option[1]"/>