[FIX] remove wrong filter (account)
[odoo/odoo.git] / 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'}"/>