mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
060c0421c7
See community commit for details. task-3060986 Part-of: odoo/design-themes#651
10 lines
267 B
Python
10 lines
267 B
Python
from odoo import models
|
|
|
|
|
|
class ThemeBookstore(models.AbstractModel):
|
|
_inherit = 'theme.utils'
|
|
|
|
def _theme_bookstore_post_copy(self, mod):
|
|
self.enable_view('website.template_header_sales_two')
|
|
self.enable_view('website.template_footer_links')
|