<data priority="50">
    <xpath expr="//span[@t-field='raw_line.product_id']" position="after">
        <t t-if="raw_line.forecast_expected_date">
            <br/>
            <span>Expected date: </span>
            <span t-field="raw_line.forecast_expected_date" t-options="{&quot;widget&quot;: &quot;date&quot;}"/>
            <br/>
        </t>
    </xpath>
</data>
