Files
design-themes/theme_loftspace/models/theme_loftspace.py
T
2021-05-10 15:46:42 +02:00

11 lines
256 B
Python

from odoo import models
class ThemeLoftspace(models.AbstractModel):
_inherit = 'theme.utils'
def _theme_loftspace_post_copy(self, mod):
# For compatibility
# self.enable_asset('theme_common.compatibility_saas_10_1')
pass