From 6427cae1991178a2356239582937a23c4e0459e6 Mon Sep 17 00:00:00 2001 From: "Serge Bayet (seba)" Date: Wed, 14 Feb 2024 10:18:19 +0100 Subject: [PATCH] [FIX] theme_vehicle: fix the vehicle s_picture theme layout This commit addresses the issue with the customization of the s_picture snippet within the theme_vehicle. Previously, this snippet enforced a column height, which cannot be modified using the editor. Themes should not impose customizations that users are unable to adjust using the editor. See also : odoo/odoo#145413 task-3626753 Part-of: odoo/design-themes#753 --- theme_vehicle/views/customizations.xml | 39 +++++++++++++------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/theme_vehicle/views/customizations.xml b/theme_vehicle/views/customizations.xml index e246f864e..32e638d85 100644 --- a/theme_vehicle/views/customizations.xml +++ b/theme_vehicle/views/customizations.xml @@ -147,29 +147,28 @@