mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-14 01:41:26 -06:00

* Copyright and various stuff * Contributors * External ID not found in the system: base.group_document_user
9 lines
210 B
XML
9 lines
210 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo noupdate="1">
|
|
|
|
<record id="base.user_demo" model="res.users">
|
|
<field name="groups_id" eval="[(4,ref('knowledge.group_document_user'))]"/>
|
|
</record>
|
|
|
|
</odoo>
|