Yogesh(Open ERP) has proposed merging
lp:~openerp-dev/openerp-web/trunk-bug-890558-ysa into lp:openerp-web.
Requested reviews:
OpenERP R&D Web Team (openerp-dev-web)
Related bugs:
Bug #890558 in OpenERP Web: "help text wrong for mandatory selection fields"
https://bugs.launchpad.net/openerp-web/+bug/890558
For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-890558-ysa/+merge/82657
--
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-890558-ysa/+merge/82657
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openerp-web/trunk-bug-890558-ysa.
=== modified file 'addons/web/static/src/xml/base.xml'
--- addons/web/static/src/xml/base.xml 2011-11-17 09:01:17 +0000
+++ addons/web/static/src/xml/base.xml 2011-11-18 10:04:24 +0000
@@ -837,7 +837,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]"/>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp