From fdbbd2852a4ca4dd1151a0f35eaddfe422a811cc Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Tue, 12 May 2026 14:34:09 -0400 Subject: [PATCH] fix(numbering): WO Detail report strips WO- prefix for compact display short_wo now handles both naming schemes: new WO-NNNNN[-NN] (strips WO-) and legacy WH/JOB/NNNNN (last slash segment). Customer-facing Work Order column shows '30000-02' instead of 'WO-30000-02'. Co-Authored-By: Claude Opus 4.7 (1M context) --- fusion_plating/fusion_plating_jobs/__manifest__.py | 2 +- .../report/report_fp_job_wo_detail.xml | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/fusion_plating/fusion_plating_jobs/__manifest__.py b/fusion_plating/fusion_plating_jobs/__manifest__.py index ce4d975c..d542e670 100644 --- a/fusion_plating/fusion_plating_jobs/__manifest__.py +++ b/fusion_plating/fusion_plating_jobs/__manifest__.py @@ -3,7 +3,7 @@ # License OPL-1 (Odoo Proprietary License v1.0) { 'name': 'Fusion Plating — Native Jobs', - 'version': '19.0.8.22.6', + 'version': '19.0.8.22.7', 'category': 'Manufacturing/Plating', 'summary': 'Native plating job model — replaces mrp.production / mrp.workorder bridge.', 'author': 'Nexa Systems Inc.', diff --git a/fusion_plating/fusion_plating_jobs/report/report_fp_job_wo_detail.xml b/fusion_plating/fusion_plating_jobs/report/report_fp_job_wo_detail.xml index d377b1e9..6d510974 100644 --- a/fusion_plating/fusion_plating_jobs/report/report_fp_job_wo_detail.xml +++ b/fusion_plating/fusion_plating_jobs/report/report_fp_job_wo_detail.xml @@ -78,7 +78,15 @@ ("WH/JOB/01373" → "01373"). Keeps the column / cert reference compact; full job.name is still used internally and on the print_report_name. --> - + +