Commit Graph

2 Commits (d5f253277564d88977f53246eda900f94406e64e)

Author SHA1 Message Date
Carlos Lopez d5f2532775 [FIX] web_responsive: Make showAppsMenuItem work again
In Odoo 17, the Class TourStepUtils was removed, and stepUtils is now an object instead of a class. When this module is installed, the tours stop working and throw the error:
Uncaught Error: Dependencies should be defined by an array: function (require) {.

This commit adapts the code to align with these changes, ensuring that tours work correctly.
2025-01-28 01:31:29 +03:00
Sergey Shebanin 14fbf4a522 [FIX] make base odoo JS tests working with web_responsive module 2025-01-28 01:31:28 +03:00