[IMP] theme_beauty: update the theme

This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.

task-2573296

X-original-commit: 31948824e6
Part-of: odoo/design-themes#501
This commit is contained in:
Brieuc-brd
2021-08-11 09:36:08 +00:00
committed by qsm-odoo
parent a046b37249
commit c15a594337
46 changed files with 671 additions and 335 deletions
+7 -8
View File
@@ -1,8 +1,6 @@
odoo.define("theme_beauty.tour.beauty", function (require) {
"use strict";
/** @odoo-module */
const wTourUtils = require("website.tour_utils");
var tour = require("web_tour.tour");
import wTourUtils from 'website.tour_utils';
const snippets = [
{
@@ -17,6 +15,10 @@ const snippets = [
id: 's_title',
name: 'Title',
},
{
id: 's_product_list',
name: 'Items',
},
{
id: 's_company_team',
name: 'Team',
@@ -35,8 +37,5 @@ wTourUtils.registerThemeHomepageTour("beauty_tour", [
wTourUtils.dragNDrop(snippets[2]),
wTourUtils.dragNDrop(snippets[3]),
wTourUtils.dragNDrop(snippets[4]),
wTourUtils.clickOnSnippet(snippets[4]),
wTourUtils.changeBackgroundColor(),
wTourUtils.selectColorPalette(),
wTourUtils.dragNDrop(snippets[5]),
]);
});