Files
design-themes/theme_monglia/models/theme_monglia.py
T
xlu-odoo a27996e809 [IMP] theme_monglia: update the theme
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.

task-2619534

Part-of: odoo/design-themes#500
2021-09-24 04:52:29 +00:00

13 lines
354 B
Python

from odoo import models
class ThemeMonglia(models.AbstractModel):
_inherit = 'theme.utils'
def _theme_monglia_post_copy(self, mod):
# For compatibility
# self.enable_asset('theme_common.compatibility_saas_10_1')
self.disable_view('website.footer_custom')
self.enable_view('website.template_footer_minimalist')