[Fix]stock : remvoe partner_id for search view
authorSbh (Openerp) <sbh@tinyerp.com>
Tue, 27 Mar 2012 10:20:49 +0000 (15:50 +0530)
committerSbh (Openerp) <sbh@tinyerp.com>
Tue, 27 Mar 2012 10:20:49 +0000 (15:50 +0530)
bzr revid: sbh@tinyerp.com-20120327102049-lrafyfmlu3jul3t6

addons/purchase/stock_view.xml

index 7afcc96..06d67ee 100644 (file)
                             domain="[('invoice_state', '=', '2binvoiced')]"/>
                         <separator orientation="vertical"/>
                         <field name="name"/>
-                        <field name="partner_id"/>
                         <field name="origin"/>
                         <field name="stock_journal_id" groups="base.group_extended" widget="selection"/>
                         <field name="company_id" widget="selection" groups="base.group_multi_company"/>
                     </group>                    
                     <newline/>
                     <group expand="0" string="Group By..." colspan="4" col="8">
-                        <filter string="Partner" icon="terp-partner"
-                            domain="[]" context="{'group_by':'partner_id'}"/>
                         <separator orientation="vertical"/>
                         <filter icon="terp-stock_effects-object-colorize" name="state" string="State"
                             domain="[]" context="{'group_by':'state'}"/>