Browse Source

add reconcile_string to general ledger xlsx report

pull/739/head
Jordi Ballester Alomar 4 years ago
parent
commit
b36291c686
  1. 3
      account_financial_report_qweb/report/general_ledger_xlsx.py

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

Loading…
Cancel
Save