From 2e1af13715015e5e900007e316d1cf8fc59e5fc6 Mon Sep 17 00:00:00 2001 From: metatroncubeswdev Date: Mon, 18 May 2026 15:58:13 -0400 Subject: [PATCH] fix: invoice template - Bill To address, contrast fix, remove tax-exempt notice - Suppress base template's centered address (set address=False for all three shipping cases) to avoid duplication - Add proper left-aligned "Bill To" section with full partner address using the contact widget before the title bar - Replace opacity-based dimming in title bar with explicit colors (#94a3b8 for labels, #b0bec5 for invoice number sub-line) - Remove amber tax-exempt notice block Co-Authored-By: Claude Sonnet 4.6 --- .../views/report_invoice_template.xml | 79 +++++++++++-------- 1 file changed, 48 insertions(+), 31 deletions(-) diff --git a/addons/mcs_invoice_currency_display/views/report_invoice_template.xml b/addons/mcs_invoice_currency_display/views/report_invoice_template.xml index ecb9405..0d81ecf 100644 --- a/addons/mcs_invoice_currency_display/views/report_invoice_template.xml +++ b/addons/mcs_invoice_currency_display/views/report_invoice_template.xml @@ -7,20 +7,54 @@ Tax handling ──────────── Current: Under the $30k small-supplier threshold — no HST/GST registered. - When no tax lines are present, an amber "Tax Exempt" notice is shown. Future: Once incorporated and HST-registered, add tax lines to invoices as normal. The totals block (account.document_tax_totals) will automatically render each tax group with its registration number. - Remove/disable the amber notice at that point. -->