Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <data>
- <!-- [4269184][QW] adapt header as to have logo on the right and nothing else in the header
- https://pastebin.com/qn0yZ65X -->
- <xpath expr="//div" position="replace">
- <div t-attf-class="header o_company_#{company.id}_layout" t-att-style="report_header_style">
- <div class="row">
- <div class="col-8 mb4"/>
- <div class="col-4 mb4">
- <img t-if="company.logo" t-att-src="image_data_uri(company.logo)" style="max-height: 45px;" alt="Logo"/>
- </div>
- </div>
- </div>
- </xpath>
- </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement