Using Interactions to Serve JavaScript in Odoo 19.0

Javascript Coding

Odoo 19 introduces the Interaction API as the modern way to attach JavaScript behavior to your XML templates. If you’ve previously written OWL components or used legacy publicWidget, learning Interactions will significantly simplify how you structure frontend code in custom modules. This guide explains what Interactions are, why they exist, and how to use them […]