[IMP] *: replace centered_logo by search header

See community commit for details.

task-3060986

Part-of: odoo/design-themes#651
This commit is contained in:
qsm-odoo
2023-10-24 21:28:06 +02:00
parent 060c0421c7
commit 8e2a7ba75f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ class ThemeNano(models.AbstractModel):
_inherit = 'theme.utils'
def _theme_nano_post_copy(self, mod):
self.enable_view('website.template_header_centered_logo')
self.enable_view('website.template_header_search')
self.enable_view('website.header_navbar_pills_style')
self.enable_view('website.template_footer_descriptive')