Skip to content

Commit

Permalink
[FIX] account_statement_base: Add the possibility to create Bank Stat…
Browse files Browse the repository at this point in the history
…ements manually

Related to #706

TT50906
  • Loading branch information
victoralmau committed Oct 3, 2024
1 parent 80eb9d2 commit 5fb69b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_statement_base/views/account_bank_statement.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fb69b2

Please sign in to comment.