Files
design-themes/theme_loftspace/models/theme_loftspace.py
T
Jeremy Kersten cb1e3be3f8 [ADD] theme 14.0
2021-05-10 15:45:35 +02:00

11 lines
255 B
Python

from odoo import models
class ThemeLoftspace(models.AbstractModel):
_inherit = 'theme.utils'
def _theme_loftspace_post_copy(self, mod):
# For compatibility
# self.enable_view('theme_common.compatibility-saas-10-1')
pass