[FIX] account_statement_base: Allow to create new manual transactions in tree view

Related to https://github.com/OCA/account-reconcile/pull/678

TT50970
pull/739/head
Víctor Martínez 2024-09-25 10:39:35 +02:00 committed by Duy (Đỗ Anh)
parent dbf359c9b4
commit 1cb93fb0aa
2 changed files with 11 additions and 1 deletions

View File

@ -18,6 +18,11 @@ msgstr ""
msgid "Bank Statement"
msgstr ""
#. module: account_statement_base
#: model:ir.model,name:account_statement_base.model_account_bank_statement_line
msgid "Bank Statement Line"
msgstr ""
#. module: account_statement_base
#: model:ir.actions.act_window,name:account_statement_base.account_bank_statement_line_action
msgid "Bank Statement Lines"
@ -50,6 +55,11 @@ msgstr ""
msgid "Notes"
msgstr ""
#. module: account_statement_base
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree
msgid "Open Journal Entry"
msgstr ""
#. module: account_statement_base
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
msgid "Partner"

View File

@ -63,7 +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="move_id" optional="hide" required="0" />
<field name="payment_ref" readonly="is_reconciled" />
<field name="ref" optional="hide" readonly="is_reconciled" />
<field name="transaction_type" optional="hide" />