<data priority="50">
  <xpath expr="//div[@class='o_footer_content d-flex border-top pt-2']/.." position="replace">

    <t t-if="report_type == 'pdf'">
      <div t-attf-class="footer o_standard_footer o_company_#{company.id}_layout">
        <div>
          <table style="width: 100%; border: transparent">
            <tr style="line-height: 1.2; ">
              <td style="width: 20%; vertical-align: bottom; text-align: right; padding-bottom: 10px;" rowspan="4">
                <img t-if="company.logo" t-att-src="'/web/image/2150'" style="height: 60px;" alt="Logo"/>
              </td>
            </tr>
            
          </table>
        </div>
      </div>
    </t>
  
  </xpath>
</data>