[ADD] theme saas-12.3
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
from . import theme_anelusia
|
||||
@@ -0,0 +1,11 @@
|
||||
from odoo import models
|
||||
|
||||
class ThemeAnelusia(models.AbstractModel):
|
||||
_inherit = 'theme.utils'
|
||||
|
||||
def _theme_anelusia_post_copy(self, mod):
|
||||
# Hamburger preset
|
||||
self.enable_view('website.no_autohide_menu')
|
||||
|
||||
# For compatibility
|
||||
# self.enable_view('theme_common.compatibility-saas-10-1')
|
||||
Reference in New Issue
Block a user