mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-14 01:41:26 -06:00
11 lines
352 B
XML
11 lines
352 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
<record model="ir.module.category" id="module_category_knowledge">
|
|
<field name="name">Documents Knowledge</field>
|
|
<field name="description">Manage documents and knowledge-related
|
|
applications
|
|
</field>
|
|
<field name="sequence">30</field>
|
|
</record>
|
|
</odoo>
|