Benoit Bertholon Odoo 16.0 and Postgresql SSL authentification In this article, we will explore how to securely connect Odoo to a PostgreSQL server using SSL certificates. By utilizing SSL certificates for authentication, we can enhance security beyond the tradit... Jun 4, 2024 0 262
Benoit Bertholon PostgreSQL table sizes Quick post here to show how to display the size of the tables in a PostgreSQL database. The SQL code [1] select table_name, pg_size_pretty(pg_total_relation_size(quote_ident(table_name))), pg_relation... Jan 19, 2024 0 177
Benoit Bertholon Color Char Field Odoo Custom Colored Field Widget (v15.0) In this blog post, we'll dive into the creation of a custom widget in Odoo using JavaScript: the ColoredField widget. This widget extends the functionality of ... v15c v15e Dec 4, 2023 0 505
Benoit Bertholon One2many tracking In this article, we'll dive into how to implement tracking for a One2many (1:N) relationship in Odoo, One2many tracking example Here is the code snippet for tracking the One2many purchase order line f... Nov 27, 2023 0 824
Benoit Bertholon Odoo & Postgres Odoo 16+ and PostgreSQL If you host Odoo 16, 17 ... on your own server or locally and you encounter huge slowdowns on trivial operation such as tree view display make sure you PostgreSQL version is hi... Nov 20, 2023 0 152
Benoit Bertholon Launching an IT and Odoo Development Solutions Blog Hello Tech Professionals and Odoo Experts, Exciting news on the horizon—I’m about to launch a blog that delves deep into the world of IT and specializes in Odoo development. Through my experience in t... Nov 4, 2023 0 184