Files
design-themes/theme_anelusia/models/theme_anelusia.py
T
Brieuc-brd c3bc687a76 [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
2021-09-24 04:52:23 +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')