mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 11:52: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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user