Files
design-themes/theme_vehicle/models/theme_vehicle.py
T
xlu-odoo c4f1a7265a [IMP] theme_vehicle: update the theme
This commit updates the theme to improve the design with shapes, new
pictures and new custom snippets.

task-2567592

Part-of: odoo/design-themes#29
2021-09-06 12:03:01 +00:00

13 lines
354 B
Python

from odoo import models
class ThemeVehicle(models.AbstractModel):
_inherit = 'theme.utils'
def _theme_vehicle_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')