-
9:30 -11:30 - Open Upgrade : Roundtable about the tools available
Holger Brunn, Hugues de Keyser, Sergio CoratoDone
-
10:00 - 10:30 - Where to start to contribute to OCA
Julie LeBrun (OCA)Done
-
12:20 - 13:00 -The Future of the OCA Workshop
OCA BoardDone
-
16:45 - 17:45 - Fund the OCA/Crowdfunding + Discussion
Virginie DewulfDone
-
11:45 - 12:15 - OCUS: Building the Odoo Community in the US
Jorge Elena PobletDone
-
14:30 - 15:00 - Future of the OCA Workshop Follow Up
Done
-
12:15 - 13:00 - Local Associations Catch Up
Rebecca Gellatly (OCA)Done
-
14:45 - 15:15 - Private AI – Leveraging Open Source LLMs with Odoo
Chris LorenzDone
-
10:45 - 11:15 - How to Contribute - Technical
Daniel ReisDone
-
12:00 - 12:20 -The Past, Present, and Future of Odoo and the Odoo Community Association
Frederik KramerDone
Stéphane is a software engineer at ACSONE, long-time OCA contributor and maintainer..
One of the characteristics of Odoo is that it is quite easy to deploy in simple low-to-medium workload environments. For more performance-sensitive environments, the Odoo deployment guidelines provide guidance on how to improve performance serving static files and large documents by offloading some work to the reverse proxy.
In a cloud environment where Odoo is containerized and documents are located in object storage, these recommendations are not straightforward to implement.
In this talk, we will recap how to use the OCA fs_attachment module to store attachments in a private S3 bucket. We will then illustrate how a kubernetes deployment with a nginx ingress can be configured to offload the serving of such documents to the ingress reverse proxy. As a bonus, we will also illustrate how static assets can be served efficiently without involving the precious Odoo worker resources.
While kubernetes and S3 will be used as an example, the lessons learned can be applied to other containerized cloud deployments.