mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-26 23:07:44 -06:00
[ADD] document_page: Add required fields to improve page_history
This commit is contained in:
committed by
Alberto Martínez
parent
a615174fca
commit
7fa3d162a1
@@ -21,8 +21,8 @@
|
||||
<field name="model">document.page.history</field>
|
||||
<field name="arch" type="xml">
|
||||
<search string="Document Page History">
|
||||
<field name="page_id" />
|
||||
<field name="content" />
|
||||
<field name="page_id" required="True" />
|
||||
<field name="content" required="True" />
|
||||
<field name="create_uid" />
|
||||
<group expand="0" string="Group By...">
|
||||
<filter
|
||||
|
||||
Reference in New Issue
Block a user