From b36291c6867aefec1e28b53a0f8067e166891682 Mon Sep 17 00:00:00 2001 From: Jordi Ballester Alomar Date: Wed, 2 Dec 2020 08:43:16 +0100 Subject: [PATCH] add reconcile_string to general ledger xlsx report --- account_financial_report_qweb/report/general_ledger_xlsx.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/account_financial_report_qweb/report/general_ledger_xlsx.py b/account_financial_report_qweb/report/general_ledger_xlsx.py index c1810359..dc50a2c3 100644 --- a/account_financial_report_qweb/report/general_ledger_xlsx.py +++ b/account_financial_report_qweb/report/general_ledger_xlsx.py @@ -38,8 +38,7 @@ class GeneralLedgerXslx(abstract_report_xlsx.AbstractReportXslx): 'field': 'tags', 'width': 10}, 9: {'header': _('Rec.'), - 'field': 'matched_ml_id', - 'type': 'many2one', + 'field': 'reconcile_string', 'width': 5}, 10: {'header': _('Debit'), 'field': 'debit',