mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-22 03:56:56 -06:00
Merge pull request #172 from Tecnativa/11.0-improve_knowledge2
[IMP] knowledge: add missing menus
This commit is contained in:
commit
1f58afeff9
@ -2,7 +2,7 @@
|
|||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
{
|
{
|
||||||
"name": "Knowledge Management System",
|
"name": "Knowledge Management System",
|
||||||
"version": "11.0.1.0.0",
|
"version": "11.0.1.1.0",
|
||||||
"author": "OpenERP SA,"
|
"author": "OpenERP SA,"
|
||||||
"MONK Software, "
|
"MONK Software, "
|
||||||
"Tecnativa, "
|
"Tecnativa, "
|
||||||
|
@ -31,18 +31,13 @@
|
|||||||
<menuitem
|
<menuitem
|
||||||
id="menu_document_root"
|
id="menu_document_root"
|
||||||
name="Knowledge"
|
name="Knowledge"
|
||||||
groups="base.group_system,knowledge.group_document_user"
|
groups="knowledge.group_document_user"
|
||||||
sequence="116"/>
|
sequence="116"/>
|
||||||
|
|
||||||
<menuitem
|
|
||||||
id="menu_document_configuration"
|
|
||||||
name="Configuration"
|
|
||||||
parent="menu_document_root"
|
|
||||||
sequence="50"/>
|
|
||||||
|
|
||||||
<menuitem
|
<menuitem
|
||||||
id="menu_document_section"
|
id="menu_document_section"
|
||||||
name="Documents"
|
name="Documents"
|
||||||
|
groups="knowledge.group_document_user"
|
||||||
parent="menu_document_root"/>
|
parent="menu_document_root"/>
|
||||||
|
|
||||||
<menuitem
|
<menuitem
|
||||||
|
@ -62,5 +62,24 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
<record id="action_knowledge_configuration" model="ir.actions.act_window">
|
||||||
|
<field name="name">Settings</field>
|
||||||
|
<field name="type">ir.actions.act_window</field>
|
||||||
|
<field name="res_model">res.config.settings</field>
|
||||||
|
<field name="view_id" ref="view_knowledge_configuration"/>
|
||||||
|
<field name="view_mode">form</field>
|
||||||
|
<field name="target">inline</field>
|
||||||
|
<field name="context">{'module': 'knowledge'}</field>
|
||||||
|
</record>
|
||||||
|
<menuitem id="menu_document_configuration"
|
||||||
|
name="Configuration"
|
||||||
|
parent="menu_document_root"
|
||||||
|
groups="base.group_system"
|
||||||
|
sequence="50"/>
|
||||||
|
<menuitem id="menu_knowledge_configuration"
|
||||||
|
name="Settings"
|
||||||
|
parent="menu_document_configuration"
|
||||||
|
sequence="0"
|
||||||
|
action="action_knowledge_configuration"/>
|
||||||
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
Loading…
Reference in New Issue
Block a user