Understanding Init Hooks in Odoo Tasin Tarek In Odoo, init hooks are special functions that help manage tasks during a module’s installation, update, or uninstallation. They allow developers to control specific actions at the right moment of a m... Apr 28, 2025
Using OWL Components on Odoo's Portal and Website: A Developer's Guide Tasin Tarek Step 0: Creating the Owl component First, create the template and js file: /your_module/static/src/portal_component/your_component.xml. <?xml version="1.0" encoding="UTF-8"?> <templates xml:space="pre... Apr 27, 2025 OWL
Setting Up Odoo Development Environment with Docker on macOS Tasin Tarek Step 0: Install Docker Desktop on macOS Download Docker Desktop for Mac from the official Docker website: https://docs.docker.com/desktop/setup/install/mac-install/ Based on your Mac's processor: For ... Apr 24, 2025 Installation