Skip to content

Commit dece156

Browse files
committed
[IMP] test_themes, theme_buzzy: s_form adaptations
This commit adapts the s_form customizations since this snippet has been redesigned in PR [1]. task-4048101 Part of task-3619705 [1]: odoo/odoo#172763 closes #832 Related: odoo/odoo#172763 Signed-off-by: Robin Lejeune (role) <[email protected]>
1 parent 8ff74b7 commit dece156

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test_themes/tests/test_new_page_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
's_product_catalog_dish_name', 's_product_catalog_dish_dot_leaders',
9090
's_table_of_content_vertical_navbar', 's_table_of_content_navbar_sticky', 's_table_of_content_navbar_wrap',
9191
's_timeline_card',
92-
's_website_form_custom', 's_website_form_dnone', 's_website_form_field', 's_website_form_input', 's_website_form_mark',
92+
's_website_form_custom', 's_website_form_dnone', 's_website_form_field', 's_website_form_input', 's_website_form_mark', 's_website_form_submit', 's_website_form_no_submit_label',
9393
's_donation_btn', 's_donation_custom_btn',
9494
],
9595
# Text

theme_buzzy/views/new_page_template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114

115115
<template id="new_page_template_s_website_form" inherit_id="website.new_page_template_s_website_form">
116116
<xpath expr="//section" position="attributes">
117-
<attribute name="class" add="o_cc2" separator=" "/>
117+
<attribute name="class" add="o_cc5" remove="o_cc2" separator=" "/>
118118
</xpath>
119119
</template>
120120

0 commit comments

Comments
 (0)