Skip to content

Commit

Permalink
[FIX] account: financial reports, report value visible when type acco…
Browse files Browse the repository at this point in the history
…unt_report

Regression introduced with rev. f081a5e

opw-621989
  • Loading branch information
beledouxdenis committed Jan 12, 2015
1 parent 03c8f4c commit 2209990
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 @@ -2536,7 +2536,7 @@
<field name="sign"/>
<field name="style_overwrite"/>
</group>
<notebook attrs="{'invisible': [('type','not in',['accounts','account_type'])]}">
<notebook attrs="{'invisible': [('type','not in',['accounts','account_type', 'account_report'])]}">
<page string="Report">
<group>
<field name="display_detail" attrs="{'invisible': [('type','not in',['accounts','account_type'])]}"/>
Expand Down

0 comments on commit 2209990

Please sign in to comment.