mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-24 14:17:45 -06:00
[IMP][10.0][document_page_approval] Change Requests and workflow improvements on documents (#155)
This commit is contained in:
committed by
Víctor Martínez
parent
a7a1424e31
commit
c3bb2e0c2e
@@ -2,8 +2,13 @@
|
||||
<odoo>
|
||||
|
||||
<record id="group_document_approver_user" model="res.groups">
|
||||
<field name="name">Document approver</field>
|
||||
<field name="users" eval="[(4, ref('base.user_root'))]"/>
|
||||
<field name="name">Approver</field>
|
||||
<field name="category_id" ref="knowledge.module_category_knowledge"/>
|
||||
<field name="implied_ids" eval="[(4, ref('document_page.group_document_editor'))]"/>
|
||||
</record>
|
||||
|
||||
<record id="document_page.group_document_manager" model="res.groups">
|
||||
<field name="implied_ids" eval="[(4, ref('group_document_approver_user'))]"/>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||
document_page_history,document.page.history,model_document_page_history,group_document_approver_user,1,1,1,0
|
||||
|
||||
|
Reference in New Issue
Block a user