mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-18 19:32:19 -06:00
Port to v10
This commit is contained in:
committed by
Khôi (Kiên Kim)
parent
820e6f5d4a
commit
a94f7e07e8
10
document_knowledge/data/ir_module_category.xml
Normal file
10
document_knowledge/data/ir_module_category.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<record model="ir.module.category" id="module_category_knowledge">
|
||||
<field name="name">Knowledge</field>
|
||||
<field name="description">Manage documents and knowledge-related applications</field>
|
||||
<field name="sequence">30</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user