mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[ADD] theme 13.0
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from odoo import models
|
||||
|
||||
|
||||
class ThemeBistro(models.AbstractModel):
|
||||
_inherit = 'theme.utils'
|
||||
|
||||
def _theme_bistro_post_copy(self, mod):
|
||||
# Change color preset
|
||||
self.enable_view('theme_common.option_colors_05_variables')
|
||||
Reference in New Issue
Block a user