I have a website that requires different websites to be displayed on the same url address. When a user clicked a button, the website would then change to a different website.
I was able to accomplish this in Odoo Online 15 by setting a link elements class to "js_multi_website_switch" and adding website-id="3". This no longer works.
a role="menuitem" href="#" class="js_multi_website_switch" website-id="3"
Is there a way to accomplish this in Odoo Online 16 without requiring the user to be logged in?