Files
design-themes/theme_notes/models/theme_notes.py
T
2021-05-11 15:59:09 +02:00

11 lines
247 B
Python

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