This commit is contained in:
gsinghpal
2026-04-27 09:41:46 -04:00
parent f51976cb08
commit 66cfe5f97f
8 changed files with 348 additions and 161 deletions

View File

@@ -21,13 +21,17 @@
<field name="domain">[('state', '=', 'discrepancy')]</field>
</record>
<!-- ===== RECEIVING & INSPECTION submenu ===== -->
<!-- ===== SHIPPING & RECEIVING — combined menu (v) ===== -->
<!-- Renamed from "Receiving & Inspection" so the same dock workflow -->
<!-- — parts coming in AND parts going out — lives in one place. -->
<!-- Logistics module reparents its 5 menu items under this root. -->
<menuitem id="menu_fp_receiving_root"
name="Receiving &amp; Inspection"
name="Shipping &amp; Receiving"
parent="fusion_plating.menu_fp_root"
sequence="15"
groups="group_fp_receiving"/>
<!-- Inbound (sequences 1030) -->
<menuitem id="menu_fp_receiving_all"
name="All Receiving"
parent="menu_fp_receiving_root"
@@ -45,5 +49,7 @@
parent="menu_fp_receiving_root"
action="action_fp_receiving_discrepancy"
sequence="30"/>
<!-- Outbound items (4080) added by fusion_plating_logistics -->
</odoo>