mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-21 12:52:18 -06:00
[16.0][MIG] document_page_approval: Migration to 16.0
[UPD] Update document_page_approval.pot [UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/
This commit is contained in:
committed by
Bhavesh Heliconia
parent
a045036e67
commit
eb0953684b
@@ -2,7 +2,7 @@
|
||||
<odoo>
|
||||
<record id="group_document_approver_user" model="res.groups">
|
||||
<field name="name">Approver</field>
|
||||
<field name="category_id" ref="knowledge.module_category_knowledge" />
|
||||
<field name="category_id" ref="document_knowledge.module_category_knowledge" />
|
||||
<field
|
||||
name="implied_ids"
|
||||
eval="[(4, ref('document_page.group_document_editor'))]"
|
||||
@@ -14,7 +14,10 @@
|
||||
<record model="ir.rule" id="rule_change_request_global">
|
||||
<field name="name">Change Request Global</field>
|
||||
<field name="model_id" ref="model_document_page_history" />
|
||||
<field name="groups" eval="[(6, 0, [ref('knowledge.group_document_user')])]" />
|
||||
<field
|
||||
name="groups"
|
||||
eval="[(6, 0, [ref('document_knowledge.group_document_user')])]"
|
||||
/>
|
||||
<field
|
||||
name="domain_force"
|
||||
>['|',('state','=','approved'),('create_uid','=',user.id)]</field>
|
||||
|
||||
Reference in New Issue
Block a user