[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/939/head
João Marques 2021-09-22 14:47:02 +01:00 committed by David Ramia
parent 159c7b5f29
commit cd2022df13
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Account Financial Reports",
"version": "14.0.1.4.0",
"version": "14.0.1.5.1",
"category": "Reporting",
"summary": "OCA Financial Reports",
"author": "Camptocamp SA,"

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" />