mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-14 01:41:26 -06:00
[IMP] document_page: make it collaborative
This commit is contained in:
parent
5ffa2db444
commit
fc947e1424
@ -49,17 +49,13 @@
|
|||||||
<h1>
|
<h1>
|
||||||
<field name="name" placeholder="Name" />
|
<field name="name" placeholder="Name" />
|
||||||
</h1>
|
</h1>
|
||||||
<group>
|
|
||||||
<div>
|
|
||||||
<field
|
<field
|
||||||
name="content"
|
name="content"
|
||||||
widget="html"
|
widget="html"
|
||||||
placeholder="e.g. Once upon a time..."
|
placeholder="e.g. Once upon a time..."
|
||||||
required="1"
|
required="1"
|
||||||
options="{'safe': True, 'codeview': True}"
|
options="{'safe': True, 'codeview': True, 'collaborative': True}"
|
||||||
/>
|
/>
|
||||||
</div>
|
|
||||||
</group>
|
|
||||||
<notebook>
|
<notebook>
|
||||||
<page name="info" string="Information">
|
<page name="info" string="Information">
|
||||||
<group>
|
<group>
|
||||||
|
Loading…
Reference in New Issue
Block a user