Skip to content

Commit

Permalink
[FIX] account: Bank Statement Action View Sequence
Browse files Browse the repository at this point in the history
Ensure correct sequence of bank statement action views.
As the views are sorted based on the sequence, make sure the tree is selected
before the form view.
Fixes odoo#6413
  • Loading branch information
Richard deMeester authored and mart-e committed Apr 23, 2015
1 parent a5a9ec0 commit 555b548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/account/account_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@
<field name="act_window_id" ref="action_bank_statement_tree"/>
</record>
<record model="ir.actions.act_window.view" id="action_bank_statement_form_bank">
<field name="sequence" eval="1"/>
<field name="sequence" eval="2"/>
<field name="view_mode">form</field>
<field name="view_id" ref="view_bank_statement_form"/>
<field name="act_window_id" ref="action_bank_statement_tree"/>
Expand Down

0 comments on commit 555b548

Please sign in to comment.