[IMP] theme_anelusia: update the theme
This commit updates the theme to improve the design with new colors, new pictures and new snippet customizations. task-2573284 Part-of: odoo/design-themes#500
This commit is contained in:
@@ -5,12 +5,6 @@ class ThemeAnelusia(models.AbstractModel):
|
||||
_inherit = 'theme.utils'
|
||||
|
||||
def _theme_anelusia_post_copy(self, mod):
|
||||
self.disable_view('website.template_header_default')
|
||||
self.enable_view('website.template_header_hamburger_full')
|
||||
self.enable_view('website.template_header_default_align_center')
|
||||
self.enable_view('website.template_header_hamburger_align_center')
|
||||
self.enable_view('website.no_autohide_menu')
|
||||
|
||||
self.disable_view('website.footer_custom')
|
||||
self.enable_view('website.template_footer_headline')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user