[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

@@ -2,7 +2,7 @@
<odoo noupdate="1">
<record id="base.user_demo" model="res.users">
<field name="groups_id" eval="[(4,ref('base.group_document_user'))]"/>
<field name="groups_id" eval="[(4,ref('knowledge.group_document_user'))]"/>
</record>
</odoo>