Files
design-themes/theme_anelusia/models/theme_anelusia.py
T
Brieuc-brd 2c264af33e [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
2021-09-24 11:09:42 +00:00

13 lines
354 B
Python

from odoo import models
class ThemeAnelusia(models.AbstractModel):
_inherit = 'theme.utils'
def _theme_anelusia_post_copy(self, mod):
self.disable_view('website.footer_custom')
self.enable_view('website.template_footer_headline')
# For compatibility
# self.enable_asset('theme_common.compatibility_saas_10_1')