[FIX] account: Analytical journal items missing closing bracket in domain

bzr revid: vth@tinyerp.com-20101025064316-4pgdx5brt5a06a7d
This commit is contained in:
vth 2010-10-25 12:13:16 +05:30
parent e0c99e20f6
commit 3fb84c26b6
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@
<group col='6' colspan='4'>
<filter name="sales" string="Sales" domain="[('journal_id.type','=','sale')]" icon="terp-sale" help="Analytic Journal Items related to a sale journal."/>
<filter name="purchases" string="Purchases" domain="[('journal_id.type','=','purchase')]" icon="terp-purchase" help="Analytic Journal Items related to a purchase journal."/>
<filter name="others" string="Others" domain="[('journal_id.type','in',('cash','general','situation')]" icon="terp-folder-orange"/>
<filter name="others" string="Others" domain="[('journal_id.type','in',('cash','general','situation'))]" icon="terp-folder-orange"/>
<separator orientation="vertical"/>
<field name="date"/>
<field name="name"/>