mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 03:42:19 -06:00
[FIX] knowledge: Several things
* Copyright and various stuff * Contributors * External ID not found in the system: base.group_document_user
This commit is contained in:
committed by
Khôi (Kiên Kim)
parent
a94f7e07e8
commit
4e36cf5a57
@@ -30,7 +30,7 @@
|
||||
<menuitem
|
||||
id="menu_document_root"
|
||||
name="Knowledge"
|
||||
groups="base.group_system,base.group_document_user"
|
||||
groups="base.group_system,knowledge.group_document_user"
|
||||
sequence="116"/>
|
||||
|
||||
<menuitem
|
||||
|
||||
@@ -19,6 +19,28 @@
|
||||
<field name="module_document" class="oe_inline"/>
|
||||
<label for="module_document"/>
|
||||
</div>
|
||||
<div>
|
||||
<field name="module_document_page" class="oe_inline"/>
|
||||
<label for="module_document_page"/>
|
||||
</div>
|
||||
<div>
|
||||
<field name="module_document_page_approval" class="oe_inline"/>
|
||||
<label for="module_document_page_approval"/>
|
||||
</div>
|
||||
</div>
|
||||
</group>
|
||||
<separator string="Connect with an external DMS"/>
|
||||
<group>
|
||||
<label for="id" string="Using CMIS"/>
|
||||
<div>
|
||||
<div>
|
||||
<field name="module_cmis_read" class="oe_inline"/>
|
||||
<label for="module_cmis_read"/>
|
||||
</div>
|
||||
<div>
|
||||
<field name="module_cmis_write" class="oe_inline"/>
|
||||
<label for="module_cmis_write"/>
|
||||
</div>
|
||||
</div>
|
||||
</group>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user