[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
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||||
{
|
{
|
||||||
"name": "Account Financial Reports",
|
"name": "Account Financial Reports",
|
||||||
"version": "14.0.1.4.0",
|
"version": "14.0.1.5.1",
|
||||||
"category": "Reporting",
|
"category": "Reporting",
|
||||||
"summary": "OCA Financial Reports",
|
"summary": "OCA Financial Reports",
|
||||||
"author": "Camptocamp SA,"
|
"author": "Camptocamp SA,"
|
||||||
|
|||||||
@@ -172,7 +172,9 @@
|
|||||||
</template>
|
</template>
|
||||||
<template id="account_financial_report.report_journal_ledger_journal_first_line">
|
<template id="account_financial_report.report_journal_ledger_journal_first_line">
|
||||||
<div class="act_as_row lines">
|
<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="entry" />
|
||||||
<div class="act_as_cell" name="date" />
|
<div class="act_as_cell" name="date" />
|
||||||
<div class="act_as_cell" name="account" />
|
<div class="act_as_cell" name="account" />
|
||||||
|
|||||||
Reference in New Issue
Block a user