Files
design-themes/theme_bistro/models/theme_bistro.py
T
Brieuc-brd 97683ee283 [IMP] theme_bistro: revamp the theme
task-4178021
Part of task-4177975

closes odoo/design-themes#919

Related: odoo/odoo#180736
Signed-off-by: Outagant Mehdi (mou) <mou@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2024-09-21 16:34:54 +00:00

13 lines
375 B
Python

from odoo import models
class ThemeBistro(models.AbstractModel):
_inherit = 'theme.utils'
def _theme_bistro_post_copy(self, mod):
self.enable_view('website.template_header_vertical')
self.enable_view('website.header_navbar_pills_style')
self.enable_asset("website.ripple_effect_scss")
self.enable_asset("website.ripple_effect_js")