{# 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') %}
|
{% if company.logo_url %}
{{ company.name }}
{% endif %}
|
|
{{ doc_title }} |