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

10 lines
234 B
Python

from odoo import models
class ThemeArtists(models.AbstractModel):
_inherit = 'theme.utils'
def _theme_artists_post_copy(self, mod):
# Color preset
self.enable_view('theme_common.option_colors_03_variables')