{# Odoo 19 external_layout_bubble — large circle accent behind header table. #} {% set bubble_fill = company.accent or '#1f2937' %}
{% if company.name %}
{{ company.name }}
{% endif %}
{% if company.logo_url %} {% endif %}
    {% for line in company.address_lines %}
  • {{ line }}
  • {% endfor %}