From f5f25f571664332bd8fdbe54be26e1c24b0670c5 Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Sat, 18 Apr 2026 23:20:38 -0400 Subject: [PATCH] fix(employee): rename 'Plating Certifications' tab to 'Operator Training' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The old label was easy to confuse with the customer-facing Certificate of Conformance (fp.certificate). Operators kept asking why a customer cert appeared on their employee profile. The tab is actually the operator's process-level training record (EN, chrome, anodize, etc.) that gates WO start in mrp_workorder.button_start — nothing to do with customer documents. Renamed the page string and added a one-line muted description so anyone landing on the tab understands what it's for. Also distinguishes it from the new 'Shop Roles' tab (coarser task tags used by Manager Desk auto-routing). Co-Authored-By: Claude Opus 4.7 (1M context) --- fusion_plating/fusion_plating/__manifest__.py | 2 +- .../views/fp_operator_certification_views.xml | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/fusion_plating/fusion_plating/__manifest__.py b/fusion_plating/fusion_plating/__manifest__.py index d71ab89f..d5bf86a6 100644 --- a/fusion_plating/fusion_plating/__manifest__.py +++ b/fusion_plating/fusion_plating/__manifest__.py @@ -5,7 +5,7 @@ { 'name': 'Fusion Plating', - 'version': '19.0.4.0.0', + 'version': '19.0.5.0.0', 'category': 'Manufacturing/Plating', 'summary': 'Core plating / metal finishing ERP: facilities, processes, tanks, baths, jobs, operators.', 'description': """ diff --git a/fusion_plating/fusion_plating/views/fp_operator_certification_views.xml b/fusion_plating/fusion_plating/views/fp_operator_certification_views.xml index 98134b17..226f3bc2 100644 --- a/fusion_plating/fusion_plating/views/fp_operator_certification_views.xml +++ b/fusion_plating/fusion_plating/views/fp_operator_certification_views.xml @@ -104,7 +104,20 @@ - + + +

+ Process-level training certificates required to start + work orders. The Tablet Station blocks an operator + from hitting Start unless they hold an active + certificate for the WO's process type. +