From d36933d7f42dc47cc0d5fab1f90ad321908209b4 Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Sun, 19 Apr 2026 23:59:02 -0400 Subject: [PATCH] fix(configurator): wrap t-field widgets in inside table cells MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Acknowledgement PDF rendering failed with "QWeb widgets do not work correctly on 'td' elements" — Odoo's qweb compiler rejects t-field/t-options directly on . Wrap the monetary / qty widgets in an inner for every cell that uses them (body rows + footer total). Caught during browser UAT on S00066 — shell _render_qweb_pdf smoke test passed earlier because it bypasses the full compile path, but the production /report/pdf/ endpoint fails the assertion. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../report/report_so_acknowledgement.xml | 29 ++++++++++++------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/fusion_plating/fusion_plating_configurator/report/report_so_acknowledgement.xml b/fusion_plating/fusion_plating_configurator/report/report_so_acknowledgement.xml index b0ca8732..4f79e53a 100644 --- a/fusion_plating/fusion_plating_configurator/report/report_so_acknowledgement.xml +++ b/fusion_plating/fusion_plating_configurator/report/report_so_acknowledgement.xml @@ -96,15 +96,20 @@
- - - - + + + + + + + + + + + + @@ -113,8 +118,10 @@ Total - + + +