mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
ff95793399
task-4178071 Part of task-4177978 closes odoo/design-themes#932 Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
10 lines
263 B
Python
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')
|