mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[ADD] theme 12.0
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