[FIX] knowledge: Several things

* Copyright and various stuff
* Contributors
* External ID not found in the system: base.group_document_user
This commit is contained in:
Maxime Chambreuil
2017-01-05 12:53:38 -06:00
committed by mle
parent bfe651f322
commit a83832caa6
10 changed files with 67 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="base.group_document_user" model="res.groups">
<record id="group_document_user" model="res.groups">
<field name="name">Knowledge user</field>
<field name="category_id" ref="module_category_knowledge"/>
<field name="users" eval="[(4, ref('base.user_root'))]"/>