-
10:45 - 11:15 - How to Contribute - Technical
Daniel ReisDone
-
11:30 - 12:00 - OCA Must Have modules : Top 4 to help with your Odoo search
Julie LeBrun (OCA)Done
-
11:45 - 12:15 - OCUS: Building the Odoo Community in the US
Jorge Elena PobletDone
-
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
-
12:00 - 12:20 -The Past, Present, and Future of Odoo and the Odoo Community Association
Frederik KramerDone
-
16:05 - 16:35 - Working Groups Report
OCA Working GroupsDone
-
9:30 -11:30 - Open Upgrade : Roundtable about the tools available
Holger Brunn, Hugues de Keyser, Sergio CoratoDone
-
16:45 - 17:45 - Fund the OCA/Crowdfunding + Discussion
Virginie DewulfDone
-
14:45 - 15:15 - Private AI – Leveraging Open Source LLMs with Odoo
Chris LorenzDone
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.