- 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
334 B

  1. from odoo import models
  2. class ThemeCobalt(models.AbstractModel):
  3. _inherit = 'theme.utils'
  4. def _theme_cobalt_post_copy(self, mod):
  5. # For compatibility
  6. # self.enable_view('theme_common.compatibility-saas-10-2')
  7. self.enable_view('website.option_ripple_effect')
  8. self.enable_header_off_canvas()