Tejas Tank (OpenERP) has proposed merging
lp:~openerp-dev/openerp-web/trunk-simulate-tta into lp:openerp-web.
Requested reviews:
Amit Patel (OpenERP) (apa-tiny)
For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-simulate-tta/+merge/97156
Hello,
Now simulate feature is enabled for web client.
We applied it with label. So WidgetParagraph now able to show html.
Thanks,
Tejas
--
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-simulate-tta/+merge/97156
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openerp-web/trunk-simulate-tta.
=== modified file 'addons/web/static/src/xml/base.xml'
--- addons/web/static/src/xml/base.xml 2012-03-05 07:06:34 +0000
+++ addons/web/static/src/xml/base.xml 2012-03-13 07:23:17 +0000
@@ -969,7 +969,7 @@
</ul>
</t>
<t t-name="WidgetParagraph">
- <p t-attf-class="oe_form_paragraph oe_align_#{widget.align} #{widget.multilines ? 'oe_multilines' : ''}"><t t-esc="widget.string"/></p>
+ <p t-attf-class="oe_form_paragraph oe_align_#{widget.align} #{widget.multilines ? 'oe_multilines' : ''}"><t t-raw="widget.string"/></p>
</t>
<t t-name="FieldChar">
<input t-att-type="widget.password ? 'password' : 'text'" size="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