Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

Footer not showing at the bottom (PDF report) v18, custom purchase order print

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
2 Replies
136 Tampilan
Avatar
Thomas González

I'm trying to make a new report for purchase orders but no matter how i try it doesn't go all the way down, there's a huge white space at the end after what i put as the footer, here is some of the stuff related to the code i have in my .xml template


<style>

.cea-bottom {

position: absolute;

left: 22px;

right: 22px;

bottom: 18px;

display: flex;

flex-direction: column;

gap: 10px;

}


.cea-signatures {

width: 100%;

font-size: 10px;

color: #000000;

}


.cea-signatures td {

text-align: center;

padding-top: 40px;

}


.cea-footer-bar {

margin-top: 18px;

background: #398ec4;

color: #ffffff;

text-align: center;

padding: 6px 0 5px;

font-size: 10px;

}

</style>


....


<div class="cea-bottom">

<table class="cea-signatures">

<tr>

<td>

___<br/>

<span t-esc="o.userid.name"/><br/>

DIGITADA POR

</td>

<td>

__<br/>

<span t-esc="o._fields.get('approver_id') and o.approver_id.name or o.user_id.name"/><br/>

APROBADA POR

</td>

</tr>

</table>


<div class="cea-footer-bar">

Sample text

</div>

</div>





and here's the format i'm using


<odoo>

<record id="paperformat_purchase_order_cea" model="report.paperformat">

<field name="name">Orden de compras CEA</field>

<field name="format">A4</field>

<field name="margin_top">0</field>

<field name="margin_bottom">0</field>

<field name="margin_left">0</field>

<field name="margin_right">0</field>

<field name="orientation">Portrait</field>

<field name="header_line" eval="False"/>

<field name="dpi">90</field>

</record>



0
Avatar
Buang
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Jawaban Terbai

Hi,


The issue occurs because Odoo’s built-in PDF layout wraps your report inside containers that add hidden padding and minimum height. Even if your footer uses position: absolute at the bottom, it cannot reach the physical page edge because Odoo’s external layout imposes extra space. This creates the large white gap at the bottom.

To fix it, you must either bypass or override Odoo’s default layout. One approach is to use a minimal layout such as web.minimal_layout, which removes most internal padding, then place all report content inside a wrapper with position: relative and place your footer absolutely at the bottom. This ensures the footer aligns correctly. Another option is to keep the default layout but create your own wrapper with min-height: 100% and apply your absolute footer inside it.

Adjusting the paper format may also help: setting margins to zero, defining page width/height explicitly, and forcing header_spacing = 0 prevents wkhtmltopdf from inserting its own spacing. Once these constraints are removed, your footer can sit at the very bottom.

In short, the white space is caused by default Odoo layout padding. Switching to a minimal layout or explicitly overriding the wrapper structure allows your footer to render flush at the bottom of the page.


Hope it helps

0
Avatar
Buang
Avatar
381inessas
Jawaban Terbai

Hey Thomas, great start! Try setting position: fixed; for .cea-bottom instead of absolute. Also, check your margin-bottom in the paperformat record; even a small value can cause issues. Maybe related to version differences? Hope this helps with your reporting needs! 

-1
Avatar
Buang
Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now