mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-24 14:17:45 -06:00
[MIG] document_page: Migration to 15.0
This commit is contained in:
committed by
Alberto Martínez
parent
79ff826fc2
commit
402f425785
@@ -41,7 +41,7 @@
|
||||
name="content"
|
||||
widget="html"
|
||||
class="oe_view_only"
|
||||
options='{"safe": True}'
|
||||
options='{"safe": True, "codeview": True}'
|
||||
required="0"
|
||||
/>
|
||||
</page>
|
||||
@@ -58,7 +58,7 @@
|
||||
<field name="name">document.page.category.tree</field>
|
||||
<field name="model">document.page</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Categories">
|
||||
<tree>
|
||||
<field name="name" />
|
||||
<field name="parent_id" />
|
||||
<field name="create_uid" invisible="1" />
|
||||
|
||||
Reference in New Issue
Block a user