<data priority="50">
    <xpath expr="//t[@t-set='address']" position="after">
        <t t-set="information_block">
            <!-- <t t-if="o.partner_shipping_id != o.partner_id"> -->
            <strong>Lieferadresse:</strong>
            <div t-field="o.partner_shipping_id" t-options="{&quot;widget&quot;: &quot;contact&quot;, &quot;fields&quot;: [&quot;address&quot;, &quot;name&quot;], &quot;no_marker&quot;: True, &quot;phone_icons&quot;: True}"/>
            <!-- </t> -->
        </t>
    </xpath>
</data>
