sale.order.form.aui.inherit sale.order show { 'search_view_ref': 'stock.view_stock_product_search', 'search_default_real_stock_available': 1, 'location': parent.warehouse_location_id, 'partner_id': parent.partner_id, 'quantity': product_uom_qty, 'pricelist': parent.pricelist_id, 'uom':product_uom, 'company_id': parent.company_id, 'default_lst_price': price_unit, } hide