[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]: https://github.com/odoo/odoo/pull/172763 closes odoo/design-themes#832 Related: odoo/odoo#172763 Signed-off-by: Robin Lejeune (role) <role@odoo.com>
This commit is contained in:
@@ -89,7 +89,7 @@ CONFLICTUAL_CLASSES_RE = {
|
|||||||
's_product_catalog_dish_name', 's_product_catalog_dish_dot_leaders',
|
's_product_catalog_dish_name', 's_product_catalog_dish_dot_leaders',
|
||||||
's_table_of_content_vertical_navbar', 's_table_of_content_navbar_sticky', 's_table_of_content_navbar_wrap',
|
's_table_of_content_vertical_navbar', 's_table_of_content_navbar_sticky', 's_table_of_content_navbar_wrap',
|
||||||
's_timeline_card',
|
's_timeline_card',
|
||||||
's_website_form_custom', 's_website_form_dnone', 's_website_form_field', 's_website_form_input', 's_website_form_mark',
|
'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',
|
||||||
's_donation_btn', 's_donation_custom_btn',
|
's_donation_btn', 's_donation_custom_btn',
|
||||||
],
|
],
|
||||||
# Text
|
# Text
|
||||||
|
|||||||
@@ -114,7 +114,7 @@
|
|||||||
|
|
||||||
<template id="new_page_template_s_website_form" inherit_id="website.new_page_template_s_website_form">
|
<template id="new_page_template_s_website_form" inherit_id="website.new_page_template_s_website_form">
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="class" add="o_cc2" separator=" "/>
|
<attribute name="class" add="o_cc5" remove="o_cc2" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user