From c718482a50bc514a83640777438b21c926d0b458 Mon Sep 17 00:00:00 2001 From: "Arthur Detroux (ard)" Date: Mon, 5 Dec 2022 08:56:15 +0000 Subject: [PATCH] [FIX] theme_kea: fix the data of shape on s_picture in KEA theme Commit [1] refreshed the design of the KEA theme but unfortunately introduced the wrong path to a shape on the s_picture snippet. This used to cause a traceback but [2] fixed it. However, it is still worth correcting the path so that shapes automatically chain under the s_picture snippet of that theme. To do so, a simple check is added when the option computes the next shape, and looks for the broken path, if it finds it, it corrects it. Steps to reproduce: - Use the KEA theme - Drop the "Picture" snippet - Drop the text snippet under it - Enable the background shape option for the text snippet - The first shape is selected instead of the next one in the series. To fix properly in master of course. [1]: https://github.com/odoo/design-themes/commit/88b81d41dadbfaad5d0b36ba2f1c595e309438ba [2]: https://github.com/odoo/odoo/commit/e985f8ef7a358c5aae9245267e18e65ea8383400 opw-3082292 closes odoo/design-themes#623 X-original-commit: f3bd5ab20bea5609f63abbfbd409925f8889205b Signed-off-by: Quentin Smetz (qsm) --- theme_kea/views/snippets/s_picture.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme_kea/views/snippets/s_picture.xml b/theme_kea/views/snippets/s_picture.xml index 8caba5cbc..8859bb746 100644 --- a/theme_kea/views/snippets/s_picture.xml +++ b/theme_kea/views/snippets/s_picture.xml @@ -5,7 +5,7 @@ - {"shape":"web_editor/Origins/Wavy_03","flip":["y"]} + {"shape":"web_editor/Wavy/03","flip":["y"]}