From 26fbde782f9d8b158c492041043ba84327a58ad3 Mon Sep 17 00:00:00 2001 From: qsm-odoo Date: Wed, 4 Dec 2024 15:58:24 +0000 Subject: [PATCH] [FIX] theme_avantgarde: fix masonry block The customization of that block was removing the parent container by mistake, making the editor crash. Related to task-4246355 X-original-commit: c97e39eee5013ba239be28343eeafa41ddb03b18 Part-of: odoo/design-themes#1023 Related: odoo/odoo#189669 Signed-off-by: Quentin Smetz (qsm) --- theme_avantgarde/views/customizations.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme_avantgarde/views/customizations.xml b/theme_avantgarde/views/customizations.xml index 50d846b1e..56a9bbf79 100644 --- a/theme_avantgarde/views/customizations.xml +++ b/theme_avantgarde/views/customizations.xml @@ -761,9 +761,12 @@ alternate_text_image_text - + + + +