mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-28 03:16:29 -06:00
[IMP] add menu for category
This commit is contained in:
parent
589ee080ab
commit
61edd9ba73
@ -13,5 +13,5 @@
|
|||||||
"knowledge",
|
"knowledge",
|
||||||
"attachment_category",
|
"attachment_category",
|
||||||
],
|
],
|
||||||
"data": ["views/knowledge.xml"],
|
"data": ["views/knowledge.xml", "views/menu.xml"],
|
||||||
}
|
}
|
||||||
|
12
knowledge_attachment_category/views/menu.xml
Normal file
12
knowledge_attachment_category/views/menu.xml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<!-- Copyright 2020 ACSONE SA/NV
|
||||||
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
||||||
|
<odoo>
|
||||||
|
<menuitem
|
||||||
|
id="ir_attachment_category_menu"
|
||||||
|
name="Attachment Categories"
|
||||||
|
parent="knowledge.menu_document_configuration"
|
||||||
|
action="attachment_category.ir_attachment_category_act_window"
|
||||||
|
sequence="7"
|
||||||
|
/>
|
||||||
|
</odoo>
|
Loading…
Reference in New Issue
Block a user