From 1d1bbfe61252a640d1ac0bbc5048a7a23523b3de Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Thu, 28 May 2026 21:37:28 -0400 Subject: [PATCH] fix(plating): border the CoC signature/statement table My prior change removed the .cert-statement-box border but the signature + statement table was never bordered, leaving the whole section borderless. Add class="bordered" so the two main columns (Certified By | Certification Statement) get the outer box + divider like the other report tables; the statement text keeps no separate inner box. Bump reports 19.0.11.28.2. Deployed on entech (fusion_plating_reports upgrade clean). Co-Authored-By: Claude Opus 4.7 --- fusion_plating/fusion_plating_reports/__manifest__.py | 2 +- .../fusion_plating_reports/report/report_coc.xml | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/fusion_plating/fusion_plating_reports/__manifest__.py b/fusion_plating/fusion_plating_reports/__manifest__.py index 1e478307..a65c6085 100644 --- a/fusion_plating/fusion_plating_reports/__manifest__.py +++ b/fusion_plating/fusion_plating_reports/__manifest__.py @@ -3,7 +3,7 @@ # License OPL-1 (Odoo Proprietary License v1.0) { 'name': 'Fusion Plating — Reports', - 'version': '19.0.11.28.1', + 'version': '19.0.11.28.2', 'category': 'Manufacturing/Plating', 'summary': 'PDF reports for Fusion Plating: quote, SO, WO, packing, BoL, CoC, invoice, receipt, quality + compliance.', 'depends': [ diff --git a/fusion_plating/fusion_plating_reports/report/report_coc.xml b/fusion_plating/fusion_plating_reports/report/report_coc.xml index ac6fe27c..2f8fa8c8 100644 --- a/fusion_plating/fusion_plating_reports/report/report_coc.xml +++ b/fusion_plating/fusion_plating_reports/report/report_coc.xml @@ -534,8 +534,11 @@ - + entech wkhtmltopdf; see CLAUDE.md). Bordered table draws + the outer box + the column divider between Certified By + and the statement; the statement itself has no separate + inner border (2026-05-28). --> +