folder rename
This commit is contained in:
53
fusion_plating/fusion_plating_logistics/views/fp_menu.xml
Normal file
53
fusion_plating/fusion_plating_logistics/views/fp_menu.xml
Normal file
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2026 Nexa Systems Inc.
|
||||
License OPL-1 (Odoo Proprietary License v1.0)
|
||||
Part of the Fusion Plating product family.
|
||||
-->
|
||||
<odoo>
|
||||
|
||||
<!-- ===== LOGISTICS (top-level under the core Plating app) ===== -->
|
||||
<menuitem id="menu_fp_logistics"
|
||||
name="Logistics"
|
||||
parent="fusion_plating.menu_fp_root"
|
||||
sequence="50"
|
||||
groups="fusion_plating.group_fusion_plating_operator"/>
|
||||
|
||||
<menuitem id="menu_fp_pickup_requests"
|
||||
name="Pickup Requests"
|
||||
parent="menu_fp_logistics"
|
||||
action="action_fp_pickup_request"
|
||||
sequence="10"/>
|
||||
|
||||
<menuitem id="menu_fp_deliveries"
|
||||
name="Deliveries"
|
||||
parent="menu_fp_logistics"
|
||||
action="action_fp_delivery"
|
||||
sequence="20"/>
|
||||
|
||||
<menuitem id="menu_fp_routes"
|
||||
name="Routes"
|
||||
parent="menu_fp_logistics"
|
||||
action="action_fp_route"
|
||||
sequence="30"/>
|
||||
|
||||
<menuitem id="menu_fp_chain_of_custody"
|
||||
name="Chain of Custody"
|
||||
parent="menu_fp_logistics"
|
||||
action="action_fp_chain_of_custody"
|
||||
sequence="40"/>
|
||||
|
||||
<menuitem id="menu_fp_proof_of_delivery"
|
||||
name="Proof of Delivery"
|
||||
parent="menu_fp_logistics"
|
||||
action="action_fp_proof_of_delivery"
|
||||
sequence="50"/>
|
||||
|
||||
<!-- ===== VEHICLES under Configuration ===== -->
|
||||
<menuitem id="menu_fp_vehicles"
|
||||
name="Vehicles"
|
||||
parent="fusion_plating.menu_fp_config"
|
||||
action="action_fp_vehicle"
|
||||
sequence="60"/>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user