[CHG] module name: knowledge -> document_knowledge

In v16 Odoo has its own knowledge module
This commit is contained in:
mle
2022-10-19 12:00:29 +02:00
committed by Khôi (Kiên Kim)
parent 3e1dce83a1
commit a13425e11d
83 changed files with 4308 additions and 6270 deletions

View File

@@ -1,6 +1,9 @@
<?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'))]" />
<field
name="groups_id"
eval="[(4,ref('document_knowledge.group_document_user'))]"
/>
</record>
</odoo>