- Repo for opensource odoo website theme (since V13.0)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
321 B

5 years ago
  1. from odoo import models
  2. class ThemeAnelusia(models.AbstractModel):
  3. _inherit = 'theme.utils'
  4. def _theme_anelusia_post_copy(self, mod):
  5. # Hamburger preset
  6. self.enable_view('website.no_autohide_menu')
  7. # For compatibility
  8. # self.enable_view('theme_common.compatibility-saas-10-1')