From eb6db3a1cf18cd509b06e864f4caeea10a444569 Mon Sep 17 00:00:00 2001 From: Brieuc-brd Date: Thu, 26 Sep 2024 09:39:32 +0200 Subject: [PATCH] [FIX] theme_bistro, theme_beauty: adapt tours Following the reorganization of price list snippets, this commit adapts the tour of themes that currently use them. task-4212916 closes odoo/design-themes#942 Related: odoo/odoo#181510 Signed-off-by: Quentin Smetz (qsm) --- theme_beauty/static/src/js/tour.js | 2 +- theme_bistro/static/src/js/tour.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/theme_beauty/static/src/js/tour.js b/theme_beauty/static/src/js/tour.js index 972af74e9..1db4236ac 100644 --- a/theme_beauty/static/src/js/tour.js +++ b/theme_beauty/static/src/js/tour.js @@ -16,7 +16,7 @@ const snippets = [ { id: 's_pricelist_boxed', name: 'Pricelist Boxed', - groupName: "Content", + groupName: "Text", }, { id: 's_features_wall', diff --git a/theme_bistro/static/src/js/tour.js b/theme_bistro/static/src/js/tour.js index 2029aa1f0..5aa02bbb9 100644 --- a/theme_bistro/static/src/js/tour.js +++ b/theme_bistro/static/src/js/tour.js @@ -16,7 +16,7 @@ const snippets = [ { id: 's_pricelist_cafe', name: 'Pricelist cafe', - groupName: "Content", + groupName: "Text", }, { id: 's_quotes_carousel',