[FIX] remove wrong filter (account)
authorGéry Debongnie <ged@odoo.com>
Thu, 23 Oct 2014 09:42:54 +0000 (11:42 +0200)
committerGéry Debongnie <ged@odoo.com>
Thu, 23 Oct 2014 09:42:54 +0000 (11:42 +0200)
For some reason, a filter was made on the non-existing field 'categ_id'.
Result: crash crash boom.

addons/account/account_invoice_view.xml

index 1d29778..79c6a7f 100644 (file)
                     <group expand="0" string="Group By">
                        <filter name="group_by_partner_id" string="Partner" context="{'group_by':'partner_id'}"/>
                         <filter string="Salesperson" context="{'group_by':'user_id'}"/>
-                        <filter string="Category of Product" name="category_product" context="{'group_by':'categ_id','residual_invisible':True}"/>
                         <filter string="Status" context="{'group_by':'state'}"/>
                         <separator/>
                         <filter string="Period" context="{'group_by':'period_id'}"/>