[IMP] theme_nano: revamp the theme

This commit revamps the design of the `theme_nano`.

task-4178081
part of task-4177975

closes odoo/design-themes#935

Related: odoo/odoo#181369
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
This commit is contained in:
Chrysanthe (chgo)
2024-09-23 14:48:40 +02:00
parent 9763584495
commit 47568ec66f
35 changed files with 610 additions and 249 deletions
-4
View File
@@ -5,12 +5,8 @@ class ThemeNano(models.AbstractModel):
_inherit = 'theme.utils'
def _theme_nano_post_copy(self, mod):
self.enable_view('website.template_header_search')
self.enable_view('website.header_navbar_pills_style')
self.enable_view('website.template_footer_descriptive')
self.enable_view('website.template_footer_slideout')
self.enable_view('website.option_footer_scrolltop')
self.enable_asset("website.ripple_effect_scss")
self.enable_asset("website.ripple_effect_js")