mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-27 02:48:41 -06:00
[document_page] page_id should be readonly.
This commit is contained in:
parent
50aa275f6f
commit
4ff6f5bd5b
@ -41,7 +41,7 @@
|
|||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<form string="Document Page History">
|
<form string="Document Page History">
|
||||||
<sheet>
|
<sheet>
|
||||||
<h1><field name="page_id"/></h1>
|
<h1><field name="page_id" readonly="1"/></h1>
|
||||||
<group>
|
<group>
|
||||||
<group>
|
<group>
|
||||||
<field name="create_uid" readonly="1"/>
|
<field name="create_uid" readonly="1"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user