-
11:00 - Defining the proper reconciliation of payment providers.
Joan SisquellaDone
-
05:00 - Create and deploy FastAPI services within Odoo [Technical]
Zina RasoamananaDone
-
11:30 - Server Management: Harnessing the Power of Remote Server Control
David Jimenez GomarizDone
-
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
-
12:00 - Asynchronous e-commerce cart with offline mode
Marie LejeuneDone
-
10:00 - Odoo incoming mailing configuration and testing
Nikolina TodorovaDone
-
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
-
10:00 - How To Contribute Code to the OCA - Technical
Daniel ReisDone
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.