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.
 
 
 
 
 

24 lines
1.1 KiB

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<!-- Courier request search and group by template-->
<template id="website_portal_search_group_by_courier_requests"
inherit_id="portal.portal_searchbar">
<xpath expr="//div[@id='o_portal_navbar_content']" position="after">
<div t-if="courier_request" style="margin-left: auto;"
class="search_group_by_courier_requests">
<select id="group_select_courier_requests"
class="btn btn-secondary">
<option value="0" style="color:gray;">Group by</option>
<option value="1">Type</option>
<option value="2">Category</option>
</select>
<input type="text" placeholder="Enter courier requests number"
id="courier_requests_search_box">
</input>
<button type="button" class="btn btn-secondary"
id="search_courier_requests_button">Search
</button>
</div>
</xpath>
</template>
</odoo>