Files
design-themes/theme_enark/models/theme_enark.py
T
Brieuc-brd ff95793399 [IMP] theme_enark: revamp the theme
task-4178071
Part of task-4177978

closes odoo/design-themes#932

Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
2024-09-25 08:09:27 +00:00

10 lines
263 B
Python

from odoo import models
class ThemeEnark(models.AbstractModel):
_inherit = 'theme.utils'
def _theme_enark_post_copy(self, mod):
self.enable_view('website.template_footer_descriptive')
self.enable_view('website.template_header_stretch')