[ADD] theme 12.0
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from odoo import models
|
||||
|
||||
class ThemeNano(models.AbstractModel):
|
||||
_inherit = 'theme.utils'
|
||||
|
||||
def _theme_nano_post_copy(self, mod):
|
||||
# Sidenav preset
|
||||
self.enable_view('website.no_autohide_menu')
|
||||
Reference in New Issue
Block a user