[FIX] account: Analytical journal items missing closing bracket in domain
authorvth <vth@tinyerp.com>
Mon, 25 Oct 2010 06:43:16 +0000 (12:13 +0530)
committervth <vth@tinyerp.com>
Mon, 25 Oct 2010 06:43:16 +0000 (12:13 +0530)
bzr revid: vth@tinyerp.com-20101025064316-4pgdx5brt5a06a7d

addons/account/project/project_view.xml

index 02536fc..e2f0bdf 100644 (file)
                     <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"/>