[FIX] Bug 343952 : Removed domain from balance sheet form

bzr revid: jvo@tinyerp.com-20090320132026-5f43jc7datjqzf4c
This commit is contained in:
Jay (Open ERP) 2009-03-20 18:50:26 +05:30
parent 9bfd747b0d
commit f14922400e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<field name="report_type" />
<newline/>
<separator string="Accounts" colspan="4"/>
<field name="account_id" colspan="4" nolabel="1" domain="[('type','=','view')]"/>
<field name="account_id" colspan="4" nolabel="1"/>
</page><page string="Notes">
<field name="note" nolabel="1" colspan="4"/>
</page>