knowledge module added from Odoo 8.0 and ported to 9.0

This commit is contained in:
Gervais Naoussi
2015-10-22 01:32:50 -04:00
committed by mle
parent b71e3ad0d3
commit 5ebc1b546c
79 changed files with 7293 additions and 0 deletions

View 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>