Advertisement
rht_odoo

[4269184][QW] adapt header

Oct 21st, 2024 (edited)
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.60 KB | None | 0 0
  1. <data>
  2.     <!-- [4269184][QW] adapt header as to have logo on the right and nothing else in the header
  3.    https://pastebin.com/qn0yZ65X -->
  4.     <xpath expr="//div" position="replace">
  5.         <div t-attf-class="header o_company_#{company.id}_layout" t-att-style="report_header_style">
  6.             <div class="row">
  7.                 <div class="col-8 mb4"/>
  8.                 <div class="col-4 mb4">
  9.                     <img t-if="company.logo" t-att-src="image_data_uri(company.logo)" style="max-height: 45px;" alt="Logo"/>
  10.                 </div>
  11.             </div>
  12.         </div>
  13.     </xpath>
  14. </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement