{# Odoo 19 external_layout_wave — curved band behind a two-column company table. #} {% set doc_title = title|default('Invoice') %} {% set wave_fill = company.accent or '#1f2937' %}
{% if company.logo_url %} {% endif %} {% if company.name %}
{{ company.name }}
{% endif %}
    {% for line in company.address_lines %}
  • {{ line }}
  • {% endfor %}

{{ doc_title }}