From 3a2396e3a055610d4c1f045d68fe3a586b140611 Mon Sep 17 00:00:00 2001 From: qsm-odoo Date: Wed, 12 May 2021 10:25:48 +0000 Subject: [PATCH] [FIX] theme_avantgarde: add missing snippet in tour This was probably removed at some point because the snippet was empty but it is not anymore in 14.3 so we need it for shape connection. Part of https://github.com/odoo/design-themes/pull/2 task-2491890 X-original-commit: 402861114d18898e7c8737475081aa28735e168e --- theme_avantgarde/static/src/js/tour.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme_avantgarde/static/src/js/tour.js b/theme_avantgarde/static/src/js/tour.js index e12d2e9af..b664e5f0d 100644 --- a/theme_avantgarde/static/src/js/tour.js +++ b/theme_avantgarde/static/src/js/tour.js @@ -17,6 +17,10 @@ const snippets = [ id: 's_text_image', name: 'Image - Text', }, + { + id: 's_images_wall', + name: 'Images Wall', + }, { id: 's_references', name: 'References',