-
10:00 - How To Contribute Code to the OCA - Technical
Daniel ReisDone
-
11:00 - How to organize an Odoo project as a regular Python app
Stéphane BidoulDone
-
04:00 - On the potential of Large Language Models for the Odoo ecosystem and beyond
Frederik Kramer and Ruben OrtlamDone
-
09:30 - Beyond Odoo Development Essentials
Daniel ReisDone
-
10:30 - Odoo and the NewRetail Revolution: Navigating the Future with SmartPOS, Kiosks, KDS and much more
Luis F MiléoDone
-
03:30 - Effective custom addons modularity in large projects
Thomas BinsfeldDone
-
03:15 - Generate a Ready to Deploy Odoo Add-on Directly from UML Diagram
Akhmad Daniel SembiringDone
-
10:30 - How to migrate an Odoo database across multiple versions (for newbies)
hugues de keyzerDone
-
02:00 - Put some magic in migrating Odoo databases : Introducing odoo-openupgrade-wizard
Rémy TaymansDone
-
11:00 - Defining the proper reconciliation of payment providers.
Joan SisquellaDone
I have been working as an Odoo developer at Acsone for five years. During these five years I have got the chance to contribute to a wild range of domains to the community. I have been contributing both to the OCA and Shopinvader, where the new storage modules will be a great help.
In Odoo, documents are usually stored in the so-called filestore. In some circumstances, it is desirable to use different storage mechanisms such as Amazon S3-like object storage.
In this talk we will explore use cases where the native Odoo filestore reaches its limits.
We will then present the new OCA/storage modules that ACSONE contributed in version 16. These are now based on the fsspec python library, providing a standardized interface to a wide variety of storage providers. They also unify the features of the previous OCA/storage modules with the attachment storage addons pioneered by camptocamp in their odoo-cloud-platform project.
Other more advanced topics such as performance and upgrade from previous approaches will also be addressed.