mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
f0e216f031
task-4178019 Part of task-4177975 Part-of: odoo/design-themes#919 Related: odoo/odoo#180736 Signed-off-by: Serge Bayet (seba) <seba@odoo.com> Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
9 lines
191 B
Python
9 lines
191 B
Python
from odoo import models
|
|
|
|
|
|
class ThemeBeauty(models.AbstractModel):
|
|
_inherit = 'theme.utils'
|
|
|
|
def _theme_beauty_post_copy(self, mod):
|
|
self.enable_view('website.footer_custom')
|