Files
design-themes/theme_real_estate/models/theme_real_estate.py
T
xlu-odoo 42638dcf22 [IMP] theme_real_estate: update the theme
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.

task-2551125

Part-of: odoo/design-themes#500
2021-09-24 04:52:31 +00:00

13 lines
357 B
Python

from odoo import models
class ThemeRealEstate(models.AbstractModel):
_inherit = 'theme.utils'
def _theme_real_estate_post_copy(self, mod):
# For compatibility
# self.enable_asset('theme_common.compatibility_saas_10_2')
self.enable_asset('website.ripple_effect_scss')
self.enable_asset('website.ripple_effect_js')