How to Customize Excel Export in Odoo 17
how to override and customize the default "Export All" feature in Odoo for a specific model (hr.attendance). It walks through extending the built-in ExcelExport controller to apply custom formatting to exported Excel files, such as converting float time values to HH:MM format, formatting date fields, and adjusting column widths. For all other models, the default Odoo export behavior is preserved. This solution is ideal for tailoring Excel exports to better reflect the UI presentation of time and date fields for specific business needs.
NNH
2025-07-14 01:33
238
0
0
Fix WebAuthn Installation Error on Ubuntu 20.04
Fix WebAuthn installation error on Ubuntu 20.04 caused by missing or incompatible Python libraries (urllib3)
NNH
2025-05-23 21:17
215
0
0
Odoo Server Production Configuration
Setting up a production environment for Odoo requires consideration of hardware and software configuration to ensure optimal performance, reliability, and scalability.
NNH
2025-04-23 02:36
138
0
0
Manual Backup and Restore PostgreSQL in Docker Using Dump Files
A quick guide to manually back up and restore a PostgreSQL database inside a Docker container using pg_dump and pg_restore, ensuring version compatibility across PostgreSQL minor releases.
NNH
2025-04-23 00:28
141
0
0
Daily Odoo Backup System
A setup guide for configuring automated Odoo database and filestore backups using Python, with optional MinIO support and Docker/PostgreSQL compatibility.
NNH
2025-04-18 02:33
114
0
0
SSH Connection using VSCode
how to set up an SSH connection to an Ubuntu server using Visual Studio Code (VSCode). It covers checking and installing SSH on Ubuntu, generating SSH key pairs, and adding the public key to the server’s authorized_keys file
NNH
2025-04-16 02:42
111
0
0
Backup and Restore Odoo Server (Manual Method)
how to perform a manual backup and restore of an Odoo server, focusing on both the PostgreSQL database and Filestore, dealing with large databases (over 20GB). It covers the steps of backing up the database using pg_dump, transferring and restoring it, as well as handling the filestore.
NNH
2025-04-15 23:39
179
0
0
Setup Odoo server on linux using Docker
Setting up Odoo on Ubuntu Server (22.04 or 24.04) using Docker.
NNH
2025-04-10 20:10
Chapters updated: 3 / 2
Build source and deploying kkFileView with Docker
How to build kkFileView - an file preview server using Docker on an Ubuntu Linux environment.
NNH
2025-04-09 00:45
118
0
0
How to Buy a Domain and Set Up SSL
This guide walks you through purchasing a domain, obtaining an SSL certificate, and configuring Nginx to enable HTTPS.
NNH
2025-04-05 03:23
101
0
0