From 889cc6a2781c46deee0c207e5132ebcc50e3e2b3 Mon Sep 17 00:00:00 2001 From: Ernad Husremovic Date: Mon, 9 Feb 2026 09:28:57 +0100 Subject: [PATCH] Improve Partner Ledger currency columns formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fixed-width (120px) currency columns for consistent alignment - Currency symbol shown only in headers: Debit (KM), Credit (KM), Saldo (KM) - Line values show only numbers with locale formatting (e.g. 10,00) 🤖 assisted by claude --- .../accounting_pdf_reports/__manifest__.py | 2 +- .../report/report_partner_ledger.xml | 44 +++++++++++-------- 2 files changed, 27 insertions(+), 19 deletions(-) diff --git a/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/__manifest__.py b/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/__manifest__.py index 8f2b704..226bd1f 100644 --- a/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/__manifest__.py +++ b/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/__manifest__.py @@ -2,7 +2,7 @@ { 'name': 'Odoo 16 Accounting Financial Reports', - 'version': '16.0.2.0.7', + 'version': '16.0.2.0.8', 'category': 'Invoicing Management', 'description': 'Accounting Reports For Odoo 16, Accounting Financial Reports, ' 'Odoo 16 Financial Reports', diff --git a/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/report/report_partner_ledger.xml b/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/report/report_partner_ledger.xml index fd347a1..042dd21 100644 --- a/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/report/report_partner_ledger.xml +++ b/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/report/report_partner_ledger.xml @@ -8,6 +8,13 @@
+

Partner Ledger

@@ -32,6 +39,7 @@
+ @@ -39,10 +47,10 @@ - - - - + + + + @@ -53,17 +61,17 @@ - - - - @@ -79,22 +87,22 @@ - - - -
JRNL Account RefDebitCreditBalanceCurrencyDebit ()Credit ()Balance ()Currency
+ + t-options="{'widget': 'float', 'precision': 2}"/> + + t-options="{'widget': 'float', 'precision': 2}"/> + + t-options="{'widget': 'float', 'precision': 2}"/>
+ + t-options="{'widget': 'float', 'precision': 2}"/> + + t-options="{'widget': 'float', 'precision': 2}"/> + + t-options="{'widget': 'float', 'precision': 2}"/> + + t-options="{'widget': 'float', 'precision': 2}"/>