fix(coc): add 18mm top padding so title clears external_layout header

Body was overlapping the company letterhead band — added padding-top
to .fp-coc so the title starts below it cleanly.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsinghpal
2026-04-17 02:02:09 -04:00
parent 44a980c468
commit 71bd0da5e1

View File

@@ -37,7 +37,8 @@
<t t-set="signer_name" t-value="doc.certified_by_id.name or (company.x_fc_owner_user_id.name if company.x_fc_owner_user_id else '')"/>
<style>
.fp-coc { font-family: Arial, sans-serif; font-size: 9pt; color: #000; }
.fp-coc { font-family: Arial, sans-serif; font-size: 9pt; color: #000;
padding-top: 18mm; }
.fp-coc h1 { text-align: center; font-size: 20pt; margin: 0 0 10px 0; font-weight: bold; }
.fp-coc hr.heavy { border: 0; border-top: 2px solid #000; margin: 6px 0; }
.fp-coc table { width: 100%; border-collapse: collapse; margin-bottom: 6px; }