Odoo Slides

Experience the world’s most advanced technology to grow and build your business.

post load hook in odoo 18
The `post_load` hook is a framework function in Odoo 18 executed once after a module is fully loaded, but before the Odoo server accepts any user requests. It is the designated spot for environment-independent tasks like initializing external libraries or applying global code patches (monkey-patching) to the Odoo core.
WhatsApp