<data priority="50">
    <xpath expr="//div[@class='row mt32 mb32'][1]" position="inside">
        <t t-set="putaway_rule_id" t-value="o.location_dest_id.putaway_rule_ids.filtered(lambda p: p.product_id == o.product_id)[:1]"/>
        <t t-if="putaway_rule_id">
            <div class="col-3">
                <strong>Einlagerungsort:</strong>
                <br/>
                <span t-field="putaway_rule_id.location_out_id.name"/>
            </div>
        </t>
    </xpath>
</data>
