mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 03:42:19 -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
8
document_knowledge/demo/knowledge.xml
Normal file
8
document_knowledge/demo/knowledge.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data noupdate="0">
|
||||
<record id="base.user_demo" model="res.users">
|
||||
<field name="groups_id" eval="[(4,ref('base.group_document_user'))]"/>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user