Skip to content

Commit

Permalink
add missing field in the view which breaks the bank statement yaml tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lepistone authored and Stefan Rijnhart committed Jul 2, 2014
1 parent 5aca747 commit 4d2ea31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/account/account_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,8 @@
<h1><field name="name"/></h1>
<group>
<group>
<!-- last_closing_balance must be here because it is returned by onchange_journal_id -->
<field name="last_closing_balance" invisible="1"/>
<field name="journal_id" domain="[('type', '=', 'bank')]" on_change="onchange_journal_id(journal_id)" widget="selection"/>
<label for="date" string="Date / Period"/>
<div>
Expand Down

0 comments on commit 4d2ea31

Please sign in to comment.