This commit is contained in:
gsinghpal
2026-05-25 20:11:03 -04:00
parent 67af54b46e
commit 5f372b462a
21 changed files with 444 additions and 833 deletions

View File

@@ -27,10 +27,12 @@
sequence="3"
groups="fusion_plating.group_fusion_plating_manager"/>
<!-- Phase 3 tablet redesign — single Workstation menu entry replaces
the legacy "Tablet Station" + "Plant Overview" pair. The new
fp_shopfloor_landing component has a Station/All-Plant toggle
so one menu item covers both old surfaces. -->
<!-- Single Workstation menu — action_fp_shopfloor_tablet is the
legacy xmlid for back-compat (bookmarks/breadcrumbs); its tag
was retargeted at the new fp_plant_kanban component in the
2026-05-23 plant-view redesign. The previous fp_shopfloor_landing
OWL component was retired 2026-05-25 — its inline QR scanner
was ported into plant_kanban. -->
<menuitem id="menu_fp_shopfloor_tablet"
name="Workstation"
parent="menu_fp_shopfloor"

View File

@@ -7,12 +7,12 @@
<odoo>
<!-- ================================================================== -->
<!-- Client action — was "Plant Overview" (fp_plant_overview). -->
<!-- 2026-05-23 plant-view redesign retargets the tag at the new -->
<!-- fp_plant_kanban component so old bookmarks / breadcrumbs / QR-scan -->
<!-- landings flow into the new view. The legacy fp_plant_overview AND -->
<!-- fp_shopfloor_landing OWL components stay registered (no code -->
<!-- removed) but no menu / action XMLID points at them anymore. -->
<!-- Client action — was "Plant Overview" (legacy fp_plant_overview). -->
<!-- Retargets the tag at fp_plant_kanban so old bookmarks / -->
<!-- breadcrumbs / QR-scan landings flow into the current view. -->
<!-- The legacy fp_plant_overview OWL component is still registered -->
<!-- but no menu/action XMLID points at it. fp_shopfloor_landing was -->
<!-- deleted entirely 2026-05-25. -->
<!-- ================================================================== -->
<record id="action_fp_plant_overview" model="ir.actions.client">
<field name="name">Plant Overview</field>
@@ -29,12 +29,10 @@
</record>
<!-- ================================================================== -->
<!-- Plant-view kanban (2026-05-23 redesign). -->
<!-- Plant-view kanban — sole Shop Floor surface as of 2026-05-25. -->
<!-- One card per fp.job grouped into 9 fixed columns by area_kind. -->
<!-- Replaces fp_shopfloor_landing when x_fc_shopfloor_layout='v2'. -->
<!-- The landing-action resolver in fusion_plating/data/fp_landing_data -->
<!-- .xml dispatches between this and the legacy action based on the -->
<!-- ir.config_parameter set by the new feature-flag setting. -->
<!-- Landing resolver in fusion_plating/data/fp_landing_data.xml -->
<!-- routes every technician / shop-manager here. -->
<!-- ================================================================== -->
<record id="action_fp_plant_kanban" model="ir.actions.client">
<field name="name">Shop Floor</field>