mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[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: 9ee8f97264
This commit is contained in:
@@ -34,6 +34,5 @@ wTourUtils.registerThemeHomepageTour("notes_tour", [
|
||||
wTourUtils.dragNDrop(snippets[3]),
|
||||
wTourUtils.clickOnSnippet(snippets[3]),
|
||||
wTourUtils.changeOption('ContainerWidth', 'we-button-group.o_we_user_value_widget', _t('width')),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user