Skip to content

Commit

Permalink
[FIX] account_statement_base: Allow statements to be created by click…
Browse files Browse the repository at this point in the history
…ing on the New button.

If you access the list of statements from the Create button, you should be able to create new records.

TT51767
  • Loading branch information
victoralmau committed Nov 18, 2024
1 parent 87eb661 commit 98c4f57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions account_statement_base/views/account_bank_statement.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
<field name="res_model">account.bank.statement</field>
<field name="view_mode">tree,form,pivot,graph</field>
</record>
<record id="account.action_view_bank_statement_tree" model="ir.actions.act_window">
<field name="view_mode">tree,form,pivot,graph</field>
</record>

<record id="view_bank_statement_tree" model="ir.ui.view">
<field name="name">account.bank.statement.tree</field>
Expand Down

0 comments on commit 98c4f57

Please sign in to comment.