I need to change size of logo on invoice header only. At first attempt I tried this for selected layout:
< template id ="external_layout_bold_ksp" inherit_id ="web.external_layout_bold" >
< xpath expr ="//div[@t-attf-class='header o_company_#{company.id}_layout']/div/div/div/ img"
position ="replace" >
< img t-if ="company.logo" style ="max-width: 350px;max-height: 190px;"
t-att-src ="image_data_uri(company.logo)" alt ="Logo" />
</ xpath >template >
it worked but it is changing all logos of all pdf reports for bold layout, but I need to resize only invoice report's logo