mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[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:
committed by
Duy (Đỗ Anh)
parent
9112865be2
commit
dbf359c9b4
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user