<data priority="50">
    <xpath expr="//th[@id='date']" position="replace">
        <th id="date" class="align-middle">
            <span>Datum und Uhrzeit</span>
        </th>
    </xpath>
    <xpath expr="//td[@id='line_date']" position="replace">
        <td id="line_date">
            <span t-field="line.date"/>
            <br/>
            <span t-field="line.from_time" t-options="{'widget': 'duration', 'digital': True, 'unit': 'hour', 'round': 'minute'}"/>
            <span> - </span>
            <span t-field="line.until_time" t-options="{'widget': 'duration', 'digital': True, 'unit': 'hour', 'round': 'minute'}"/>
        </td>
    </xpath>
</data>
