changes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
{
|
||||
'name': 'Fusion Plating — Logistics',
|
||||
'version': '19.0.3.1.0',
|
||||
'version': '19.0.3.2.0',
|
||||
'category': 'Manufacturing/Plating',
|
||||
'summary': (
|
||||
'Pickup & delivery for plating shops: vehicle master, driver '
|
||||
@@ -42,6 +42,7 @@ Copyright (c) 2026 Nexa Systems Inc. All rights reserved.
|
||||
'depends': [
|
||||
'fusion_plating',
|
||||
'fusion_plating_configurator',
|
||||
'fusion_plating_receiving', # Shared "Shipping & Receiving" menu root
|
||||
'hr',
|
||||
'mail',
|
||||
],
|
||||
|
||||
@@ -6,42 +6,50 @@
|
||||
-->
|
||||
<odoo>
|
||||
|
||||
<!-- ===== LOGISTICS (top-level under the core Plating app) ===== -->
|
||||
<!-- ===== LOGISTICS now lives under "Shipping & Receiving" ===== -->
|
||||
<!-- (v19.0.3.2.0) Logistics top-level was retired so the same -->
|
||||
<!-- dock workflow — receiving in, shipping out — sits under one -->
|
||||
<!-- menu root. The receiving module owns the new combined root. -->
|
||||
<!-- Sequences 40+ keep these BELOW the inbound items (10/20/30). -->
|
||||
<!-- -->
|
||||
<!-- The legacy `menu_fp_logistics` xmlid is kept (parented to -->
|
||||
<!-- Configuration so it doesn't show on the main bar) so any -->
|
||||
<!-- external reference / bookmark / view-action still resolves. -->
|
||||
<menuitem id="menu_fp_logistics"
|
||||
name="Logistics"
|
||||
parent="fusion_plating.menu_fp_root"
|
||||
sequence="50"
|
||||
groups="fusion_plating.group_fusion_plating_operator"/>
|
||||
name="Logistics (legacy)"
|
||||
parent="fusion_plating.menu_fp_config"
|
||||
sequence="999"
|
||||
active="False"/>
|
||||
|
||||
<menuitem id="menu_fp_pickup_requests"
|
||||
name="Pickup Requests"
|
||||
parent="menu_fp_logistics"
|
||||
parent="fusion_plating_receiving.menu_fp_receiving_root"
|
||||
action="action_fp_pickup_request"
|
||||
sequence="10"/>
|
||||
sequence="40"/>
|
||||
|
||||
<menuitem id="menu_fp_deliveries"
|
||||
name="Deliveries"
|
||||
parent="menu_fp_logistics"
|
||||
parent="fusion_plating_receiving.menu_fp_receiving_root"
|
||||
action="action_fp_delivery"
|
||||
sequence="20"/>
|
||||
sequence="50"/>
|
||||
|
||||
<menuitem id="menu_fp_routes"
|
||||
name="Routes"
|
||||
parent="menu_fp_logistics"
|
||||
parent="fusion_plating_receiving.menu_fp_receiving_root"
|
||||
action="action_fp_route"
|
||||
sequence="30"/>
|
||||
sequence="60"/>
|
||||
|
||||
<menuitem id="menu_fp_chain_of_custody"
|
||||
name="Chain of Custody"
|
||||
parent="menu_fp_logistics"
|
||||
parent="fusion_plating_receiving.menu_fp_receiving_root"
|
||||
action="action_fp_chain_of_custody"
|
||||
sequence="40"/>
|
||||
sequence="70"/>
|
||||
|
||||
<menuitem id="menu_fp_proof_of_delivery"
|
||||
name="Proof of Delivery"
|
||||
parent="menu_fp_logistics"
|
||||
parent="fusion_plating_receiving.menu_fp_receiving_root"
|
||||
action="action_fp_proof_of_delivery"
|
||||
sequence="50"/>
|
||||
sequence="80"/>
|
||||
|
||||
<!-- ===== VEHICLES under Configuration ===== -->
|
||||
<menuitem id="menu_fp_vehicles"
|
||||
|
||||
Reference in New Issue
Block a user