From 903b6a149a2a9f91e052796531f13be066296762 Mon Sep 17 00:00:00 2001 From: Brieuc-brd Date: Mon, 15 Jul 2024 17:05:03 +0200 Subject: [PATCH] [IMP] theme_buzzy: s_blockquote adaptations This commit removes the `s_blockquote` customization since this snippets has been redesigned in PR[1]. task-3658347 [1]: https://github.com/odoo/odoo/pull/172723 Part-of: odoo/design-themes#828 Related: odoo/odoo#172723 Signed-off-by: Benoit Socias (bso) --- test_themes/tests/test_new_page_templates.py | 2 +- theme_buzzy/views/snippets/s_blockquote.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test_themes/tests/test_new_page_templates.py b/test_themes/tests/test_new_page_templates.py index 3cd5007a5..fe6772e56 100644 --- a/test_themes/tests/test_new_page_templates.py +++ b/test_themes/tests/test_new_page_templates.py @@ -75,7 +75,7 @@ CONFLICTUAL_CLASSES_RE = { # Snippets re.compile(r'^s_.*'): [ 's_alert_md', - 's_blockquote_classic', + 's_blockquote_with_icon', 's_blockquote', 's_carousel_bordered', 's_carousel_default', 's_carousel_rounded', 's_dynamic', 's_dynamic_empty', 's_dynamic_snippet_blog_posts', 's_blog_posts_effect_marley', 's_blog_post_big_picture', diff --git a/theme_buzzy/views/snippets/s_blockquote.xml b/theme_buzzy/views/snippets/s_blockquote.xml index 944cf7be2..3797cdf27 100644 --- a/theme_buzzy/views/snippets/s_blockquote.xml +++ b/theme_buzzy/views/snippets/s_blockquote.xml @@ -3,8 +3,8 @@