[FIX] account: financial reports, report value visible when type account_report

Regression introduced with rev. f081a5e441

opw-621989
This commit is contained in:
Denis Ledoux 2015-01-12 11:12:18 +01:00
parent 03c8f4c388
commit 220999037e
1 changed files with 1 additions and 1 deletions

View File

@ -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'])]}"/>