[IMP] theme_*: remove save step from tour definition

It is now automatic as the last step of the homepage tours.

Part of https://github.com/odoo/design-themes/pull/2
task-2491890

X-original-commit: 536a8466f6
This commit is contained in:
qsm-odoo
2021-05-12 10:17:44 +00:00
parent 1fe3c6aecc
commit 9ee8f97264
25 changed files with 0 additions and 27 deletions
-2
View File
@@ -45,7 +45,5 @@ wTourUtils.registerThemeHomepageTour("graphene_tour", [
wTourUtils.clickOnSnippet(snippets[4], 'top'),
wTourUtils.changeBackgroundColor('left'),
wTourUtils.selectColorPalette(),
wTourUtils.clickOnSave(),
]);
});