[ADD] theme 14.0
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user