How to Use Pre Init hook in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

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 […]