mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-24 06:07:44 -06:00
knowledge module added from Odoo 8.0 and ported to 9.0
This commit is contained in:
committed by
dzung.tran
parent
5e4dcb47d8
commit
d74b4f6621
3
knowledge/security/ir.model.access.csv
Normal file
3
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
knowledge/security/knowledge_security.xml
Normal file
12
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