<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">

    <t t-name="hr_holidays.BooleanRadio" t-inherit="web.BooleanField" t-inherit-mode="primary">
        <xpath expr="//CheckBox" position="replace">
            <select>
                <option>YES</option>
                <option>NO</option>
            </select>
        </xpath>
    </t>

</templates>
