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',