{# Odoo 19 external_layout_folder — tinted band, company row, adaptive tab + title. #} {% set folder_tint = company.folder_tint or '#f3f4f6' %} {% set doc_title = title|default('Invoice') %}
 

{{ doc_title }}

{% if company.logo_url %} {% endif %} {% if company.name %}
{{ company.name }}
{% endif %}
    {% for line in company.address_lines %} {% if not line.startswith('VAT:') %}
  • {{ line }}
  • {% endif %} {% endfor %} {% if company.vat %}
  • Tax ID: {{ company.vat }}
  • {% endif %}