You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
2.0 KiB
45 lines
2.0 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Parent menu item -->
|
|
<menuitem id="document_module_menu_root"
|
|
name="Documents" action="document_file_action"
|
|
sequence="0"/>
|
|
<!-- Menu item that open Document Kanban view -->
|
|
<menuitem id="document_module_sub_menu"
|
|
name="Documents"
|
|
action="document_file_action"
|
|
parent="document_module_menu_root"
|
|
sequence="1"/>
|
|
<!-- Parent Menu item that open Document Configuration-->
|
|
<menuitem id="document_module_conf_menu"
|
|
name="Configuration"
|
|
parent="document_module_menu_root"/>
|
|
<!-- Menu item that open settings -->
|
|
<menuitem id="document_module_settings_menu" name="Settings"
|
|
action="enhanced_document_management.document_config_settings_action"
|
|
parent="document_module_conf_menu"
|
|
groups="enhanced_document_management.document_management_group_manager"
|
|
sequence="0"/>
|
|
<!-- Menu item that open Document Workspace-->
|
|
<menuitem id="document_module_workspace_menu"
|
|
name="Workspace" action="document_workspace_action"
|
|
parent="document_module_conf_menu"
|
|
sequence="1"/>
|
|
<!-- Menu item that open Document Trash tree view -->
|
|
<menuitem id="document_module_trash_menu"
|
|
name="Trash" action="document_trash_action"
|
|
parent="document_module_conf_menu"
|
|
sequence="1"/>
|
|
<!-- Menu item that open Incoming requests-->
|
|
<menuitem id="document_module_incoming_request_menu"
|
|
name="Incoming Requests"
|
|
action="request_document_action"
|
|
parent="document_module_conf_menu"
|
|
sequence="2"/>
|
|
<!-- Menu item that open Outgoing Requests-->
|
|
<menuitem id="document_module_outgoing_request_menu"
|
|
name="Outgoing Requests"
|
|
action="outgoing_request_document_action"
|
|
parent="document_module_conf_menu"
|
|
sequence="2"/>
|
|
</odoo>
|
|
|