This commit is contained in:
gsinghpal
2026-04-17 17:31:12 -04:00
parent e07002d550
commit b09538b4e2
26 changed files with 1996 additions and 173 deletions

View File

@@ -12,10 +12,13 @@
<t t-call="web.external_layout">
<t t-set="doc" t-value="doc.with_context(lang=doc.partner_id.lang)"/>
<t t-set="company" t-value="doc.company_id"/>
<!-- Brand colours from the company's document-layout config. -->
<t t-set="primary" t-value="(company.primary_color if company else False) or '#0066a1'"/>
<t t-set="secondary" t-value="(company.secondary_color if company else False) or '#90be6d'"/>
<style>
.fc-waiver { font-family: Arial, sans-serif; font-size: 10pt; line-height: 1.5; }
.fc-waiver h1 { color: #0066a1; font-size: 16pt; text-align: center; margin: 10px 0 20px 0; }
.fc-waiver h1 { color: <t t-out="primary"/>; font-size: 16pt; text-align: center; margin: 10px 0 20px 0; }
.fc-waiver h2 { color: #333; font-size: 11pt; margin: 15px 0 8px 0; }
.fc-waiver p { margin: 8px 0; text-align: justify; }
.fc-waiver .intro { margin-bottom: 15px; font-style: italic; }