10:40am - server_environment for dummies : odoo in multiple environments done right (30mins)
Devops Presentation
Location: Millau Room - 1st Floor - 10/1/24, 10:40 AM - 10/1/24, 11:10 AM (+0200) (30 minutes)

10:40am - server_environment for dummies : odoo in multiple environments done right (30mins)
Raphaël Reverdy http://blog.hpar.fr raphael.reverdy@akretion.com +33 4 82 53 84 57

https://akretion.com


When working in multiple environments, you want to:

prevent accidental communication from a staging db

be able to test against 3rd party integration servers

prevent credential leaks from db dumps (secure at rest)

During this talk, we will see why you may need server_env modules, how to configure it, and how to implement it in modules.