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

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

TT50906
pull/724/head
Víctor Martínez 2024-10-02 09:04:01 +02:00
parent 80eb9d27dc
commit 5fb69b2a6d
1 changed files with 1 additions and 1 deletions

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