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>
|
||||
<field name="name" placeholder="Name" />
|
||||
</h1>
|
||||
<group>
|
||||
<div>
|
||||
<field
|
||||
name="content"
|
||||
widget="html"
|
||||
placeholder="e.g. Once upon a time..."
|
||||
required="1"
|
||||
options="{'safe': True, 'codeview': True}"
|
||||
/>
|
||||
</div>
|
||||
</group>
|
||||
<field
|
||||
name="content"
|
||||
widget="html"
|
||||
placeholder="e.g. Once upon a time..."
|
||||
required="1"
|
||||
options="{'safe': True, 'codeview': True, 'collaborative': True}"
|
||||
/>
|
||||
<notebook>
|
||||
<page name="info" string="Information">
|
||||
<group>
|
||||
|
Loading…
Reference in New Issue
Block a user