mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
6427cae199
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