wkhtmltopdf Errors in Odoo: The Unpatched Qt

Generating PDF reports in Odoo using wkhtmltopdf is a common task — whether it’s printing invoices, quotations, or customer reports. But every now and then, users encounter errors that seem cryptic, especially involving unpatched Qt. Here’s a deep dive into one of the most frequent issues and how to solve it cleanly. Generating PDF reports … Read more

Odoo 17 Large Database Restore Error –  413 Request Entity Too Large

While restoring a large Odoo database backup on an existing server, a “413 Request Entity Too Large” error surfaced. The immediate assumption was an issue with nginx, leading to adjustments in the client_max_body_size directive. However, the error persisted — even when accessing Odoo directly via IP and port, bypassing both nginx and Apache. This pointed … Read more

Odoo Installation on Ubuntu 22.04 LTS

Odoo 17 installation on Digital Ocean with Ubuntu 22.04 Detailed Guide to Installing Odoo 17 on a Digital Ocean Ubuntu 22.04 Droplet Odoo is a comprehensive and flexible open-source business management software suite that includes a wide range of applications. This guide provides a detailed, step-by-step tutorial on installing Odoo 17 on a Digital Ocean … Read more