Advertisement
Guest User

Untitled

a guest
Nov 20th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <t t-name="report.external_layout_header">
  3. <div class="header">
  4. <div class="row">
  5. <div class="col-xs-3">
  6. <img t-if="company.logo" t-att-src="'data:image/png;base64,%s' % company.logo" style="max-height: 45px;"/>
  7. </div>
  8. <div class="col-xs-9 text-right" style="margin-top:20px;" t-field="company.rml_header1"/>
  9. </div>
  10. <div class="row zero_min_height">
  11. <div class="col-xs-12">
  12. <div style="border-bottom: 1px solid black;"/>
  13. </div>
  14. </div>
  15. <div class="row">
  16. <div class="col-xs-3">
  17. <div t-field="company.partner_id" t-field-options="{&quot;widget&quot;: &quot;contact&quot;, &quot;fields&quot;: [&quot;address&quot;, &quot;name&quot;], &quot;no_marker&quot;: true}" style="border-bottom: 1px solid black;"/>
  18. </div>
  19. </div>
  20. </div>
  21. </t>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement