mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-24 06:07:44 -06:00
test bug fixed
test error fixed Lint error improved
This commit is contained in:
committed by
Gabriela Mogollon
parent
ff8e884874
commit
8a6e36be08
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data noupdate="0">
|
||||
<record id="base.group_document_approver_user" model="res.groups">
|
||||
<record id="group_document_approver_user" model="res.groups">
|
||||
<field name="name">Document approver</field>
|
||||
<field name="users" eval="[(4, ref('base.user_root'))]"/>
|
||||
</record>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
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,base.group_document_approver_user,1,1,1,0
|
||||
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