diff --git a/test_themes/models/ir_http.py b/test_themes/models/ir_http.py index 23b689e9e..97025a4e9 100644 --- a/test_themes/models/ir_http.py +++ b/test_themes/models/ir_http.py @@ -5,7 +5,7 @@ from odoo.http import request class IrHttp(models.AbstractModel): - _inherit = ['ir.http'] + _inherit = 'ir.http' @classmethod def _pre_dispatch(cls, rule, args): diff --git a/test_themes/models/website.py b/test_themes/models/website.py index 5f254e9c7..c6f8e30ec 100644 --- a/test_themes/models/website.py +++ b/test_themes/models/website.py @@ -4,7 +4,7 @@ from odoo import api, models class Website(models.Model): - _inherit = ['website'] + _inherit = 'website' @api.model def get_test_themes_websites_theme_preview(self): diff --git a/theme_anelusia/models/theme_anelusia.py b/theme_anelusia/models/theme_anelusia.py index 10e9e757a..ee710bcba 100644 --- a/theme_anelusia/models/theme_anelusia.py +++ b/theme_anelusia/models/theme_anelusia.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_anelusia_post_copy(self, mod): self.enable_view('website.template_footer_headline') diff --git a/theme_artists/models/theme_artists.py b/theme_artists/models/theme_artists.py index e805903be..5c2b0484d 100644 --- a/theme_artists/models/theme_artists.py +++ b/theme_artists/models/theme_artists.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_artists_post_copy(self, mod): self.enable_view('website.template_header_vertical') diff --git a/theme_avantgarde/models/theme_avantgarde.py b/theme_avantgarde/models/theme_avantgarde.py index 5355b5e1a..8522b1115 100644 --- a/theme_avantgarde/models/theme_avantgarde.py +++ b/theme_avantgarde/models/theme_avantgarde.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_avantgarde_post_copy(self, mod): self.enable_view('website.template_header_hamburger') diff --git a/theme_aviato/models/theme_aviato.py b/theme_aviato/models/theme_aviato.py index eafb8210d..c4dc2aa6c 100644 --- a/theme_aviato/models/theme_aviato.py +++ b/theme_aviato/models/theme_aviato.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_aviato_post_copy(self, mod): self.enable_view('website.template_footer_contact') diff --git a/theme_beauty/models/theme_beauty.py b/theme_beauty/models/theme_beauty.py index 0b5479385..3c19653e6 100644 --- a/theme_beauty/models/theme_beauty.py +++ b/theme_beauty/models/theme_beauty.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_beauty_post_copy(self, mod): self.enable_view('website.footer_custom') diff --git a/theme_bewise/models/theme_bewise.py b/theme_bewise/models/theme_bewise.py index 4fc52baca..e0f4c1d23 100644 --- a/theme_bewise/models/theme_bewise.py +++ b/theme_bewise/models/theme_bewise.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_bewise_post_copy(self, mod): self.enable_view('website.template_footer_headline') diff --git a/theme_bistro/models/theme_bistro.py b/theme_bistro/models/theme_bistro.py index eb0484cc6..ac40d3531 100644 --- a/theme_bistro/models/theme_bistro.py +++ b/theme_bistro/models/theme_bistro.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_bistro_post_copy(self, mod): self.enable_view('website.template_header_vertical') diff --git a/theme_bookstore/models/theme_bookstore.py b/theme_bookstore/models/theme_bookstore.py index 5e1217b06..795d37149 100644 --- a/theme_bookstore/models/theme_bookstore.py +++ b/theme_bookstore/models/theme_bookstore.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_bookstore_post_copy(self, mod): self.enable_view('website.template_header_search') diff --git a/theme_buzzy/models/theme_buzzy.py b/theme_buzzy/models/theme_buzzy.py index 7de0eca33..2cfc6f144 100644 --- a/theme_buzzy/models/theme_buzzy.py +++ b/theme_buzzy/models/theme_buzzy.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_buzzy_post_copy(self, mod): self.enable_view('website.template_footer_headline') diff --git a/theme_clean/models/theme_clean.py b/theme_clean/models/theme_clean.py index f68efee38..613a1d584 100644 --- a/theme_clean/models/theme_clean.py +++ b/theme_clean/models/theme_clean.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_clean_post_copy(self, mod): self.enable_view('website.template_header_default') diff --git a/theme_cobalt/models/theme_cobalt.py b/theme_cobalt/models/theme_cobalt.py index c77c91ea6..0fe231242 100644 --- a/theme_cobalt/models/theme_cobalt.py +++ b/theme_cobalt/models/theme_cobalt.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_cobalt_post_copy(self, mod): self.enable_asset("website.ripple_effect_scss") diff --git a/theme_common/models/theme_common.py b/theme_common/models/theme_common.py index d5bcebdd5..d9248896b 100644 --- a/theme_common/models/theme_common.py +++ b/theme_common/models/theme_common.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_common_post_copy(self, mod): # Reset all default color when switching themes diff --git a/theme_enark/models/theme_enark.py b/theme_enark/models/theme_enark.py index 3588d6dd6..4f792da82 100644 --- a/theme_enark/models/theme_enark.py +++ b/theme_enark/models/theme_enark.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_enark_post_copy(self, mod): self.enable_view('website.template_footer_descriptive') diff --git a/theme_graphene/models/theme_graphene.py b/theme_graphene/models/theme_graphene.py index 34fd0d07c..0a6cf1fa6 100644 --- a/theme_graphene/models/theme_graphene.py +++ b/theme_graphene/models/theme_graphene.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_graphene_post_copy(self, mod): self.enable_view('website.template_header_stretch') diff --git a/theme_kea/models/theme_kea.py b/theme_kea/models/theme_kea.py index a2975190c..f8b7d5768 100644 --- a/theme_kea/models/theme_kea.py +++ b/theme_kea/models/theme_kea.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_kea_post_copy(self, mod): self.enable_view('website.template_footer_minimalist') diff --git a/theme_kiddo/models/theme_kiddo.py b/theme_kiddo/models/theme_kiddo.py index 4a1e95526..b8cdafd41 100644 --- a/theme_kiddo/models/theme_kiddo.py +++ b/theme_kiddo/models/theme_kiddo.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_kiddo_post_copy(self, mod): self.enable_view('website.template_header_default_align_right') diff --git a/theme_loftspace/models/theme_loftspace.py b/theme_loftspace/models/theme_loftspace.py index 13b9e700e..896f71ffd 100644 --- a/theme_loftspace/models/theme_loftspace.py +++ b/theme_loftspace/models/theme_loftspace.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_loftspace_post_copy(self, mod): self.enable_view('website.template_header_search') diff --git a/theme_monglia/models/theme_monglia.py b/theme_monglia/models/theme_monglia.py index 964dc1ab2..39caf4f28 100644 --- a/theme_monglia/models/theme_monglia.py +++ b/theme_monglia/models/theme_monglia.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_monglia_post_copy(self, mod): self.enable_view('website.template_footer_minimalist') diff --git a/theme_nano/models/theme_nano.py b/theme_nano/models/theme_nano.py index d600542ac..433302378 100644 --- a/theme_nano/models/theme_nano.py +++ b/theme_nano/models/theme_nano.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_nano_post_copy(self, mod): diff --git a/theme_notes/models/theme_notes.py b/theme_notes/models/theme_notes.py index 64e2f3a8e..6a91be060 100644 --- a/theme_notes/models/theme_notes.py +++ b/theme_notes/models/theme_notes.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_notes_post_copy(self, mod): self.enable_view('website.template_footer_descriptive') diff --git a/theme_odoo_experts/models/theme_odoo_experts.py b/theme_odoo_experts/models/theme_odoo_experts.py index 0823d241f..0cb4303f9 100644 --- a/theme_odoo_experts/models/theme_odoo_experts.py +++ b/theme_odoo_experts/models/theme_odoo_experts.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_odoo_experts_post_copy(self, mod): self.enable_view('website.template_footer_contact') diff --git a/theme_orchid/models/theme_orchid.py b/theme_orchid/models/theme_orchid.py index 231f38a98..4fd75fb21 100644 --- a/theme_orchid/models/theme_orchid.py +++ b/theme_orchid/models/theme_orchid.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_orchid_post_copy(self, mod): self.enable_view('website.template_header_default') diff --git a/theme_paptic/models/theme_paptic.py b/theme_paptic/models/theme_paptic.py index 0c1467e18..6c000d578 100644 --- a/theme_paptic/models/theme_paptic.py +++ b/theme_paptic/models/theme_paptic.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_paptic_post_copy(self, mod): self.enable_asset("website.ripple_effect_scss") diff --git a/theme_real_estate/models/theme_real_estate.py b/theme_real_estate/models/theme_real_estate.py index 95487b445..cdb5497dc 100644 --- a/theme_real_estate/models/theme_real_estate.py +++ b/theme_real_estate/models/theme_real_estate.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_real_estate_post_copy(self, mod): self.enable_asset("website.ripple_effect_scss") diff --git a/theme_test_custo/models/theme_models.py b/theme_test_custo/models/theme_models.py index da4514a14..1cd205a36 100644 --- a/theme_test_custo/models/theme_models.py +++ b/theme_test_custo/models/theme_models.py @@ -4,7 +4,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' @property def _header_templates(self): diff --git a/theme_treehouse/models/theme_treehouse.py b/theme_treehouse/models/theme_treehouse.py index 591d70560..1f39c6fd7 100644 --- a/theme_treehouse/models/theme_treehouse.py +++ b/theme_treehouse/models/theme_treehouse.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_treehouse_post_copy(self, mod): self.disable_view('website.header_visibility_standard') diff --git a/theme_vehicle/models/theme_vehicle.py b/theme_vehicle/models/theme_vehicle.py index a12ba8e9d..e49079965 100644 --- a/theme_vehicle/models/theme_vehicle.py +++ b/theme_vehicle/models/theme_vehicle.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_vehicle_post_copy(self, mod): self.enable_view('website.template_footer_minimalist') diff --git a/theme_yes/models/theme_yes.py b/theme_yes/models/theme_yes.py index 187bf6563..2201d1327 100644 --- a/theme_yes/models/theme_yes.py +++ b/theme_yes/models/theme_yes.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_yes_post_copy(self, mod): self.enable_view('website.template_footer_descriptive') diff --git a/theme_zap/models/theme_zap.py b/theme_zap/models/theme_zap.py index 3b6e3a243..185608f86 100644 --- a/theme_zap/models/theme_zap.py +++ b/theme_zap/models/theme_zap.py @@ -2,7 +2,7 @@ from odoo import models class ThemeUtils(models.AbstractModel): - _inherit = ['theme.utils'] + _inherit = 'theme.utils' def _theme_zap_post_copy(self, mod): self.enable_view('website.template_header_sales_four')