odoo technical video
Video Tutorial

How to Use Pre Init hook in Odoo 17

APR 23,2024

Description:

In Odoo, Hooks are Python methods or functions that are invoked at specific points during the execution of Odoo's processing cycle. Hooks can be used to extend or modify the behavior  without directly modifying its core code. The pre-init hook s a method provided by the Odoo framework to execute custom code before the initialization of the  module's data. This hook allows developers to perform actions such as setting up initial data, configuring system settings, or any other customization required before the module's data is initialized.

odoo videos odoo development odoo tutorial

WhatsApp