Skip to content

Commit bcb3f37

Browse files
committed
[FIX] theme_test_custo: rename wrong template
[1] adapted the code to work with the new website builder (introduced by [2]). The problem is that since [3], some templates have been renamed and `html_builder.FooterTemplateOption` became `website.FooterTemplateOption`. The commit changes the occurrence of `html_builder.FooterTemplateOption` into `website.FooterTemplateOption` in `design-themes`. [1]: 0ce1455 [2]: odoo/odoo@9fe45e2 [3]: odoo/odoo@f32212f runbot-226494 closes #1097 Signed-off-by: Quentin Smetz (qsm) <[email protected]>
1 parent 0ce1455 commit bcb3f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme_test_custo/static/src/builder/footer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<templates xml:space="preserve">
33

44
<!-- Theme Footer - Option -->
5-
<t t-name="theme_test_custo.FooterTemplateOption" t-inherit="html_builder.FooterTemplateOption" t-inherit-mode="extension">
5+
<t t-name="theme_test_custo.FooterTemplateOption" t-inherit="website.FooterTemplateOption" t-inherit-mode="extension">
66
<xpath expr="//BuilderSelect[@action=&quot;'websiteConfigFooter'&quot;]" position="inside">
77
<BuilderSelectItem title.translate="Custom Theme"
88
actionParam="{ view: 'theme_test_custo.template_footer_custom', vars: { 'footer-template': 'custom-theme' } }"

0 commit comments

Comments
 (0)