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.
12 lines
403 B
12 lines
403 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<template>
|
|
<t t-name="SearchView.extended_search.dateRange.selection">
|
|
<select class="date-range-select">
|
|
<t t-as="element" t-foreach="widget.date_range_values">
|
|
<option t-att-value="element.id">
|
|
<t t-esc="element.name"/>
|
|
</option>
|
|
</t>
|
|
</select>
|
|
</t>
|
|
</template>
|