<data priority="50">
    <xpath expr="//t[@t-set='address']" position="replace">
        <t t-set="address">
            <div>
                <address t-field="o.partner_invoice_id" t-options="{&quot;widget&quot;: &quot;contact&quot;, &quot;fields&quot;: [&quot;address&quot;, &quot;name&quot;], &quot;no_marker&quot;: True}"/>
            </div>
        </t>
    </xpath>
</data>
