[FIX] document_page_reference: assure content or content_parsed is visible

This commit is contained in:
Miquel Raïch
2022-11-24 15:02:14 +01:00
committed by Anusha
parent 191b41a391
commit 8cef3f268b
2 changed files with 12 additions and 3 deletions

View File

@@ -30,7 +30,7 @@
<field name="inherit_id" ref="document_page.view_wiki_menu_form" />
<field name="arch" type="xml">
<field name="content" position="attributes">
<attribute name="invisible">1</attribute>
<attribute name="class">oe_edit_only</attribute>
</field>
<field name="content" position="before">
<field