Event OCA Days 2024 - Liège starts on September 30, 2024 at 8:30:00 AM +0200
server_environment for dummies : odoo in multiple environments done right
Set Favorite
(30 minutes)

server_environment for dummies : odoo in multiple environments done right
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.