[IMP] Use t-js

bzr revid: fme@openerp.com-20111116164639-y76q8quqj60r2w3j
This commit is contained in:
Fabien Meghazi 2011-11-16 17:46:39 +01:00
parent f386b74eff
commit 5bcda27aa1
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@
</t>
<t t-name="Widget">
Unhandled widget
<t t-raw="console.log('Unhandled widget', widget)"/>
<t t-js="dict">console.warn('Unhandled widget', dict.widget);</t>
</t>
<t t-name="WidgetFrame">
<table border="0" width="100%" cellpadding="0" cellspacing="0" class="oe_frame oe_forms">