[FIX] account_financial_report: Filter column creation to have correct offset in Journal Ledger

Fixes https://github.com/OCA/account-financial-reporting/issues/815
Seems like a missing change from 0e3b4d2972
pull/868/head
João Marques 2021-09-22 14:47:02 +01:00 committed by Jasmin Solanki
parent 82db32c66b
commit 54ded1fde8
1 changed files with 3 additions and 1 deletions

View File

@ -172,7 +172,9 @@
</template>
<template id="account_financial_report.report_journal_ledger_journal_first_line">
<div class="act_as_row lines">
<div class="act_as_cell" name="Sequence" />
<t t-if="with_auto_sequence">
<div class="act_as_cell" name="Sequence" />
</t>
<div class="act_as_cell" name="entry" />
<div class="act_as_cell" name="date" />
<div class="act_as_cell" name="account" />