Apr 8, 2026 Stop Before Testing: Understanding Odoo's Neutralized Database and the neutralize.sql File Every Odoo professional knows the anxiety: "What if this test action hits production?" Discover how Odoo's neutralized database mechanism protects your business and how to extend it with your own neutralize.sql file. Odoo Python Technical
Jun 28, 2023 Environment in Odoo The environment in Odoo is a very important object that stores various contextual data used by the Odoo ORM Odoo Python Technical
Jun 27, 2023 Hooks for Odoo modules Hooks are functions that are presented as a string in the __init__ file of a module. They can be executed before and after the existing code Odoo Python Technical XML