<data priority="50">
    <xpath expr="//th[@id='product_qty']" position="after">
        <t t-if="o.state_blanket_order != 'draft'">
            <th id="price_unit" class="text-right">
                <strong>Unit Price</strong>
            </th>
        </t>
    </xpath>
    <xpath expr="//td[@id='product_qty']" position="after">
        <t t-if="o.state_blanket_order != 'draft'">
            <td id="price_unit" class="text-right">
                <span t-field="line_ids.price_unit"/>
            </td>
        </t>
    </xpath>
</data>
