[IMP] account_statement_base: add possibility to navigate from statement lines to the

associated journal entry through a button. Adds also the journal entry number
as an optional field
This commit is contained in:
Jordi Ballester Alomar
2024-08-05 12:30:10 +02:00
committed by Duy (Đỗ Anh)
parent 9112865be2
commit dbf359c9b4
6 changed files with 39 additions and 0 deletions

View File

@@ -63,6 +63,7 @@
<tree editable="top" multi_edit="1" decoration-muted="is_reconciled">
<field name="sequence" />
<field name="date" readonly="is_reconciled" />
<field name="move_id" optional="hide" />
<field name="payment_ref" readonly="is_reconciled" />
<field name="ref" optional="hide" readonly="is_reconciled" />
<field name="transaction_type" optional="hide" />
@@ -97,6 +98,12 @@
icon="fa-undo"
invisible="not is_reconciled"
/>
<button
name="action_open_journal_entry"
type="object"
title="Open Journal Entry"
icon="fa-folder-open-o"
/>
<field name="company_id" column_invisible="True" />
<field name="is_reconciled" column_invisible="True" />
<field name="currency_id" column_invisible="True" />