<?xml version="1.0" encoding="utf-8"?><openerp><data><!-- reorder Owner and Location to have Location then owner --><!-- and add a name on Owner group by to be able to use it as default group by --><recordid="quant_search_view"model="ir.ui.view"><fieldname="name">quant_search_view</field><fieldname="model">stock.quant</field><fieldname="inherit_id"ref="stock.quant_search_view"/><fieldname="arch"type="xml"><filterstring='Owner'position="replace"/><filtername="locationgroup"position="after"><filtername="ownergroup"string='Owner'context="{'group_by' : 'owner_id'}"groups="stock.group_tracking_owner"/></filter><filtername="internal_loc"position="after"><separator/><!-- to get AND instead of OR between filters (WAT) --><filtername="without_reservation"string="Available (without reservation)"domain="[('reservation_id','=', False)]"/></filter></field></record></data></openerp>