Skip to content
Snippets Groups Projects
Commit e6ae9a21 authored by Stéphane Bidoul's avatar Stéphane Bidoul Committed by Yannick Tivisse
Browse files

[FIX] account: Display the correct journal tree view by default.

Closes #17274

Without this, the Configuration > Accounting > Journals shows
the Bank Journals view. And the type column is missing.

This align with what is done for the form view.
parent abb71fea
No related branches found
No related tags found
No related merge requests found
......@@ -232,6 +232,7 @@
<record id="view_account_journal_tree" model="ir.ui.view">
<field name="name">account.journal.tree</field>
<field name="model">account.journal</field>
<field name="priority">1</field>
<field name="arch" type="xml">
<tree string="Account Journal">
<field name='sequence' widget='handle'/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment