mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-20 12:22:18 -06:00
[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:
committed by
Khôi (Kiên Kim)
parent
a94f7e07e8
commit
4e36cf5a57
@@ -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'))]"/>
|
||||
|
||||
Reference in New Issue
Block a user