[IMP] - Changed history widget to html.

This commit is contained in:
Glen Sojo 2015-07-23 12:50:52 -06:00
parent 8a2d2775de
commit cec9d8eb15

View File

@ -171,7 +171,8 @@
<label for="create_date" class="oe_edit_only"/>
<field name="create_date" readonly="1"/>
<label for="content" class="oe_edit_only"/>
<field name="content" colspan="4"/>
<field name="content" colspan="4"
widget="html" options='{"safe": True}'/>
</form>
</field>
</record>