mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-22 05:12:18 -06:00
[IMP][10.0][document_page_approval] Change Requests and workflow improvements on documents (#155)
This commit is contained in:
committed by
Bhavesh Heliconia
parent
463bb6c611
commit
afc1bf0423
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user