mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-26 18:38:41 -06:00
[IMP] - Changed history widget to html.
This commit is contained in:
parent
2ebe922135
commit
463a1bf2c4
@ -171,7 +171,8 @@
|
|||||||
<label for="create_date" class="oe_edit_only"/>
|
<label for="create_date" class="oe_edit_only"/>
|
||||||
<field name="create_date" readonly="1"/>
|
<field name="create_date" readonly="1"/>
|
||||||
<label for="content" class="oe_edit_only"/>
|
<label for="content" class="oe_edit_only"/>
|
||||||
<field name="content" colspan="4"/>
|
<field name="content" colspan="4"
|
||||||
|
widget="html" options='{"safe": True}'/>
|
||||||
</form>
|
</form>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
Loading…
Reference in New Issue
Block a user