[ADD] theme_buzzy: add new theme buzzy

task-2582420

closes odoo/design-themes#500

Related: odoo/odoo#77118
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Brieuc-brd
2021-04-07 15:00:00 +00:00
committed by qsm-odoo
parent 18d1f0a532
commit b48fe33a0b
71 changed files with 1079 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import theme_buzzy
+9
View File
@@ -0,0 +1,9 @@
from odoo import models
class ThemeBuzzy(models.AbstractModel):
_inherit = 'theme.utils'
def _theme_buzzy_post_copy(self, mod):
self.disable_view('website.footer_custom')
self.enable_view('website.template_footer_minimalist')