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 17 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

Syncing github with bitbucket – with commit History

In modern development pipelines, it’s common for teams to use multiple Git hosting platforms based on organizational needs. In this scenario, a project was initially deployed using GitHub, but due to new team workflows or client preferences, Bitbucket is now required to host the same code — with full commit history and continuous synchronization to … Read more

Installing & Configuring LAMP Stack on RHEL 6 (From Source)

LAMP is an acronym for a popular open-source web development stack that consists of Linux, Apache, MySQL, PHP. Each component plays a critical role in delivering dynamic web applications. ApacheApache handles HTTP requests and serves web pages. PHP is embedded in Apache to generate dynamic content. Over 65% of websites run on Apache due to … Read more

Compile and Install LightSquid on RHEL 6

LightSquid is a lightweight, fast, and flexible web-based reporting tool for Squid proxy server logs. It parses Squid’s access logs and generates daily, user-specific graphical reports accessible through a browser. Unlike heavy log analysis tools, LightSquid is written in Perl and designed to run efficiently on modest systems — perfect for environments where squid proxy … Read more