mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 15:34:49 -06:00
13 lines
317 B
XML
13 lines
317 B
XML
<?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>
|