Files
design-themes/theme_bewise/models/theme_bewise.py
T
2021-05-11 15:56:19 +02:00

10 lines
309 B
Python

from odoo import models
class ThemeBewise(models.AbstractModel):
_inherit = 'theme.utils'
def _theme_bewise_post_copy(self, mod):
# Change preset for fonts
self.enable_view('website.option_font_title_02_variables')
self.enable_view('website.option_font_navbar_02_variables')