From 0dddab7eceb17ed665cc8fc0adec2b05656f3393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=3D=3FUTF-8=3Fq=3FBeno=3DC3=3DAEt=3D20V=3DC3=3DA9zina=3F?= =?UTF-8?q?=3D?= Date: Thu, 21 Sep 2023 17:51:25 +0200 Subject: [PATCH] [FIX] theme_avantgarde: properly define 3rd 3-cols image for previews Since [1], the manifest is not well formed: it contains a duplicated key [1]: https://github.com/odoo/design-themes/commit/08befbeaf5ef90ef7ab2176847269d7eea2ec4c7 closes odoo/design-themes#697 X-original-commit: a26fec876148133195071ed9f94961f6bbb4b5a7 Signed-off-by: Quentin Smetz (qsm) --- theme_avantgarde/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme_avantgarde/__manifest__.py b/theme_avantgarde/__manifest__.py index 44ff5689e..b951604f9 100644 --- a/theme_avantgarde/__manifest__.py +++ b/theme_avantgarde/__manifest__.py @@ -20,7 +20,7 @@ 'website.s_picture_default_image': '/theme_avantgarde/static/src/img/pictures/bg_image_14.jpg', 'website.s_three_columns_default_image_1': '/theme_avantgarde/static/src/img/pictures/bg_image_15', 'website.s_three_columns_default_image_2': '/theme_avantgarde/static/src/img/pictures/bg_image_16.jpg', - 'website.s_three_columns_default_image_2': '/theme_avantgarde/static/src/img/pictures/bg_image_17.jpg', + 'website.s_three_columns_default_image_3': '/theme_avantgarde/static/src/img/pictures/bg_image_17.jpg', 'website.s_text_image_default_image': '/theme_avantgarde/static/src/img/pictures/bg_image_13.jpg', }, 'snippet_lists': {