[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

X-original-commit: c3bc687a76
Part-of: odoo/design-themes#501
This commit is contained in:
Brieuc-brd
2021-08-04 14:38:09 +00:00
committed by qsm-odoo
parent 4d313a89cd
commit 2c264af33e
68 changed files with 1006 additions and 409 deletions
-6
View File
@@ -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')