Files

9 lines
203 B
Python
Raw Permalink Normal View History

2021-05-10 15:45:35 +02:00
from odoo import models
class ThemeNotes(models.AbstractModel):
_inherit = 'theme.utils'
def _theme_notes_post_copy(self, mod):
self.enable_view('website.template_footer_descriptive')