[FIX] account_statement_base: Add the possibility to create Bank Statements manually

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

TT50906
pull/739/head
Víctor Martínez 2024-10-02 09:04:01 +02:00 committed by Duy (Đỗ Anh)
parent fb1acc014d
commit 3c6950ba3c
2 changed files with 6 additions and 1 deletions

View File

@ -73,6 +73,11 @@ msgstr ""
msgid "Open Journal Entry"
msgstr ""
#. module: account_statement_base
#: model_terms:ir.ui.view,arch_db:account_statement_base.view_bank_statement_tree
msgid "Open Statement Lines"
msgstr ""
#. module: account_statement_base
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
msgid "Partner"

View File

@ -102,7 +102,7 @@
<field name="inherit_id" ref="account.view_bank_statement_tree" />
<field name="arch" type="xml">
<tree position="attributes">
<attribute name="editable">bottom</attribute>
<attribute name="create">true</attribute>
</tree>
<field name="balance_end_real" position="after">
<button