You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							31 lines
						
					
					
						
							1.6 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							31 lines
						
					
					
						
							1.6 KiB
						
					
					
				| <odoo> | |
| 
 | |
|     <template id="website_advanced_search" name="Ecommerce Advanced Search"> | |
|             <div class="input-group"> | |
|                 <div class="input-group-btn search-panel"> | |
|                     <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"> | |
|                         <span id="search_concept">Filter by</span> <span class="caret"></span> | |
|                     </button> | |
|                     <ul class="dropdown-menu" role="menu" style="padding-left: 10px;"> | |
|                         <t t-foreach="categories" t-as="c_ids"> | |
|                             <li><a t-att-href="'#'+str(c_ids.id)"><span t-esc="c_ids.name"/></a></li> | |
|                         </t> | |
|                       <li class="divider"></li> | |
|                       <li><a href="#all">All</a></li> | |
|                     </ul> | |
|                 </div> | |
|                 <input type="hidden" name="search_param" value="all" id="search_param"/> | |
|                 <div class="oe_search"> | |
|                     <input type="text" name="search" class="search-query form-control oe_search_box " placeholder="Search..." t-att-value="search" /> | |
|                 </div> | |
|                 <span class="input-group-btn"> | |
|                     <button type="submit" class="btn btn-default oe_search_button"><i class="fa fa-search"/></button> | |
|                 </span> | |
|             </div> | |
|     </template> | |
|     <template id="website_sale_custom_search" inherit_id="website_sale.search"> | |
|         <xpath position="replace" expr="//t[@t-call='website_sale.website_sale_products_search_box']"> | |
|             <t t-call="website_sale_advanced_search.website_advanced_search"/> | |
|         </xpath> | |
|     </template> | |
| </odoo> |