Hello everyone,
In Odoo 17, I used to show onboarding banners by creating onboarding records in data/onboarding_data.xml, inheriting onboarding.onboarding and onboarding.step, and linking them in the desired view using the banner_route attribute (e.g., in tree views in v.17).
In Odoo 18, banner_route seems to be removed, and my onboarding panel is not showing even though steps are set and was_panel_closed is not checked.
Is there a new way to display onboarding banners in v18 community?
Thanks!
Thank you so much Christoph!
That explains it perfectly — I wasn’t aware the onboarding panel was fully removed from core in v18. I’ll explore the alternative approach you suggested. Appreciate your help!