From 910ccd0fc675b1414abae6dae5848bbde6e6dc28 Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Wed, 3 Jun 2026 14:22:16 -0400 Subject: [PATCH] fix(fusion_plating_jobs): vertically center the full-width QR (no-tags external) The no-tags QR used line-height centering, which wkhtmltopdf renders slightly high (extra white at the bottom). Switched to a single-cell table with vertical-align:middle (same mechanism as the with-tags case) so the QR centers in its cell with balanced top/bottom margin. Verified live (WO-30072). Co-Authored-By: Claude Opus 4.8 (1M context) --- fusion_plating/fusion_plating_jobs/__manifest__.py | 2 +- .../fusion_plating_jobs/report/report_fp_job_sticker.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fusion_plating/fusion_plating_jobs/__manifest__.py b/fusion_plating/fusion_plating_jobs/__manifest__.py index 48509965..b22e3c8f 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.12.1.4', + 'version': '19.0.12.1.5', '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_sticker.xml b/fusion_plating/fusion_plating_jobs/report/report_fp_job_sticker.xml index 0eb15bc3..cfd801dd 100644 --- a/fusion_plating/fusion_plating_jobs/report/report_fp_job_sticker.xml +++ b/fusion_plating/fusion_plating_jobs/report/report_fp_job_sticker.xml @@ -198,7 +198,7 @@ -
+