mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-27 07:17:43 -06:00
[MIG] document_page: Migration to 15.0
This commit is contained in:
committed by
Alberto Martínez
parent
79ff826fc2
commit
402f425785
@@ -6,7 +6,7 @@
|
||||
<field name="name">document.page.history.tree</field>
|
||||
<field name="model">document.page.history</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Document History">
|
||||
<tree>
|
||||
<field name="id" />
|
||||
<field name="page_id" />
|
||||
<field name="name" />
|
||||
@@ -63,7 +63,7 @@
|
||||
name="content"
|
||||
widget="html"
|
||||
placeholder="e.g. Once upon a time..."
|
||||
options="{'safe': True}"
|
||||
options="{'safe': True, 'codeview': True}"
|
||||
/>
|
||||
</page>
|
||||
<page name="diff" string="Changes">
|
||||
|
||||
Reference in New Issue
Block a user