<data priority="50">
    <xpath expr="//div[@class='o_kanban_workorder_date']/h5" position="replace"/>
    <xpath expr="//div[@class='o_kanban_record_bottom']/h5" position="replace">
        <h5 class="oe_kanban_bottom_left">
            <table>
                <tr>
                    <td>
           Start Datum: <field name="date_planned_start" type="date"/>
        </td>
                </tr>
                <tr style="font-weight: normal;">
                    <td>
                        <span><t t-esc="record.product_id.value"/>, </span>
                        <span>
                            <t t-esc="record.qty_production.value"/>
                            <t t-esc="record.product_uom_id.value"/>
                        </span>
                    </td>
                </tr>
            </table>
        </h5>
    </xpath>
</data>
