[FIX] Account: remove unused domain from chart of taxes
authorMustufa Rangwala <mra@mra-laptop>
Fri, 7 Jan 2011 08:24:34 +0000 (13:54 +0530)
committerMustufa Rangwala <mra@mra-laptop>
Fri, 7 Jan 2011 08:24:34 +0000 (13:54 +0530)
lp bug: https://launchpad.net/bugs/697711 fixed

bzr revid: mra@mra-laptop-20110107082434-250r0yrarxitvecm

addons/account/wizard/account_tax_chart_view.xml

index c630633..a4f5860 100755 (executable)
@@ -28,7 +28,7 @@
             <field name="res_model">account.tax.chart</field>
             <field name="view_type">form</field>
             <field name="view_mode">tree,form</field>
-            <field name="domain">[('parent_id','=',False)]</field>
+            <field name="domain">[]</field>
             <field name="view_id" ref="view_account_tax_chart"/>
             <field name="help">Chart of Taxes is a tree view reflecting the structure of the Tax Cases (or tax codes) and shows the current tax situation. The tax chart represents the amount of each area of the tax declaration for your country. It’s presented in a hierarchical structure, which can be modified to fit your needs.</field>
             <field name="target">new</field>