<data priority="50">
    <xpath expr="//thead/tr/th[5]" position="replace">
        <th class="text-right">
            <strong>Unit Price</strong>
        </th>
    </xpath>
    <xpath expr="//span[@t-field='line_ids.schedule_date']/.." position="replace">
        <td class="text-right">
            <span t-field="line_ids.price_unit"/>
            <span t-field="o.currency_id"/>
        </td>
    </xpath>
</data>
