mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 20:02:18 -06:00
knowledge module added from Odoo 8.0 and ported to 9.0
This commit is contained in:
committed by
Khôi (Kiên Kim)
parent
8c49528c56
commit
73c9ff5644
3
document_knowledge/security/ir.model.access.csv
Normal file
3
document_knowledge/security/ir.model.access.csv
Normal file
@@ -0,0 +1,3 @@
|
||||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||
access_ir_attachment_sale_manager,ir_attachment manager,base.model_ir_attachment,base.group_sale_manager,1,1,1,1
|
||||
access_ir_attachment_partner_manager,ir_attachment_partner manager,base.model_ir_attachment,base.group_partner_manager,1,1,1,1
|
||||
|
12
document_knowledge/security/knowledge_security.xml
Normal file
12
document_knowledge/security/knowledge_security.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data noupdate="0">
|
||||
|
||||
<record id="base.group_document_user" model="res.groups">
|
||||
<field name="name">User</field>
|
||||
<field name="category_id" ref="base.module_category_knowledge_management"/>
|
||||
<field name="users" eval="[(4, ref('base.user_root'))]"/>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user