[ADD] theme saas-12.3
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from odoo import models
|
||||
|
||||
class ThemeKea(models.AbstractModel):
|
||||
_inherit = 'theme.utils'
|
||||
|
||||
def _theme_kea_post_copy(self, mod):
|
||||
# For compatibility
|
||||
# self.enable_view('theme_common.compatibility-saas-10-1')
|
||||
pass
|
||||
Reference in New Issue
Block a user