My booking module on Odoo.sh 19 is already working; the last piece is a clean redirect to a custom “thank-you” URL each time a client completes a booking. That landing page is where I fire my Google Analytics conversion tag, so I just need the redirect logic added and tested within Odoo—no extra GA configuration or pixel work required on your side. Here is what I’m after: • Insert the redirect so that, immediately after a successful booking, users are sent to my specified URL. • Make sure the solution survives Odoo updates on the 19 branch (ideally via a small custom module or a safe server action). • Carry out the work during a brief screen sharing session Everything else—GA account, tags, and the booking workflow—is already in place. I simply want an Odoo-native, future-proof redirect that lets me track conversions without touching the rest of my setup.