{# Odoo 19 external_layout_folder — company info inside tinted strip; tab + title at bottom. #} {% set folder_tint = company.folder_tint or '#f3f4f6' %} {% set doc_title = title|default('Invoice') %}
{# Background tint band (full strip height) #}
{# Logo + tagline (left) and address (right) — overlaid on top of the strip #}
{% 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 %}
{# Folder tab row — tint continuation + angle + document title (Odoo adaptive shape) #}

{{ doc_title }}