mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
26 lines
799 B
XML
26 lines
799 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<menuitem
|
|
id="stock_request_kanban_menu"
|
|
name="Kanban cards"
|
|
parent="stock_request.menu_stock_request_master_data"
|
|
action="stock_request_kanban_action"
|
|
groups="stock_request.group_stock_request_manager"
|
|
sequence="110"
|
|
/>
|
|
<menuitem
|
|
id="menu_wizard_stock_request_kanban"
|
|
name="Request from Kanban cards"
|
|
parent="stock_request.menu_stock_request_operations"
|
|
action="wizard_stock_request_kanban_action"
|
|
sequence="40"
|
|
/>
|
|
<menuitem
|
|
id="menu_wizard_stock_inventory_kanban"
|
|
name="Inventory"
|
|
parent="stock_request.menu_stock_request_operations"
|
|
action="stock_inventory_kanban_action"
|
|
sequence="60"
|
|
/>
|
|
</odoo>
|