diff --git a/test_themes/__init__.py b/test_themes/__init__.py index cbb4db35b..0aa44f942 100644 --- a/test_themes/__init__.py +++ b/test_themes/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/test_themes/models/__init__.py b/test_themes/models/__init__.py index 30a559dff..a564a3d1a 100644 --- a/test_themes/models/__init__.py +++ b/test_themes/models/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import ir_http diff --git a/test_themes/models/ir_http.py b/test_themes/models/ir_http.py index cce730aca..e59242f40 100644 --- a/test_themes/models/ir_http.py +++ b/test_themes/models/ir_http.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import models, tools diff --git a/test_themes/models/website.py b/test_themes/models/website.py index 15fb504fd..c6f8e30ec 100644 --- a/test_themes/models/website.py +++ b/test_themes/models/website.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import api, models diff --git a/test_themes/tests/__init__.py b/test_themes/tests/__init__.py index bbb1c8d27..d655453c9 100644 --- a/test_themes/tests/__init__.py +++ b/test_themes/tests/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. # The order of these tests is important, as the last one will uninstall this # module. Ideally, the tests would be independent from one another but for now, diff --git a/test_themes/tests/test_crawl.py b/test_themes/tests/test_crawl.py index 883242d90..3b007cf72 100644 --- a/test_themes/tests/test_crawl.py +++ b/test_themes/tests/test_crawl.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo.tests import HttpCase, tagged diff --git a/test_themes/tests/test_new_page_templates.py b/test_themes/tests/test_new_page_templates.py index fffaff945..6ab8a0b8d 100644 --- a/test_themes/tests/test_new_page_templates.py +++ b/test_themes/tests/test_new_page_templates.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from lxml import html diff --git a/test_themes/tests/test_theme_standalone.py b/test_themes/tests/test_theme_standalone.py index efaf66da4..3feaf016e 100644 --- a/test_themes/tests/test_theme_standalone.py +++ b/test_themes/tests/test_theme_standalone.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo.addons.website.tools import MockRequest diff --git a/test_themes/tests/test_theme_upgrade.py b/test_themes/tests/test_theme_upgrade.py index 208fb6432..3c40fed32 100644 --- a/test_themes/tests/test_theme_upgrade.py +++ b/test_themes/tests/test_theme_upgrade.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- from odoo.addons.website.tools import MockRequest from odoo.tests import standalone diff --git a/theme_anelusia/__init__.py b/theme_anelusia/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_anelusia/__init__.py +++ b/theme_anelusia/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_anelusia/models/__init__.py b/theme_anelusia/models/__init__.py index 4e9362b76..2a23d28f7 100644 --- a/theme_anelusia/models/__init__.py +++ b/theme_anelusia/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_anelusia diff --git a/theme_artists/__init__.py b/theme_artists/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_artists/__init__.py +++ b/theme_artists/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_artists/models/__init__.py b/theme_artists/models/__init__.py index cd7aaa368..340c5017b 100644 --- a/theme_artists/models/__init__.py +++ b/theme_artists/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_artists diff --git a/theme_avantgarde/__init__.py b/theme_avantgarde/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_avantgarde/__init__.py +++ b/theme_avantgarde/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_avantgarde/models/__init__.py b/theme_avantgarde/models/__init__.py index 661263901..2cb7b210f 100644 --- a/theme_avantgarde/models/__init__.py +++ b/theme_avantgarde/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_avantgarde diff --git a/theme_aviato/__init__.py b/theme_aviato/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_aviato/__init__.py +++ b/theme_aviato/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_aviato/models/__init__.py b/theme_aviato/models/__init__.py index 1b2818ea0..005b30b1a 100644 --- a/theme_aviato/models/__init__.py +++ b/theme_aviato/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_aviato diff --git a/theme_beauty/__init__.py b/theme_beauty/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_beauty/__init__.py +++ b/theme_beauty/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_beauty/models/__init__.py b/theme_beauty/models/__init__.py index 9664489be..a139bb796 100644 --- a/theme_beauty/models/__init__.py +++ b/theme_beauty/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_beauty diff --git a/theme_bewise/__init__.py b/theme_bewise/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_bewise/__init__.py +++ b/theme_bewise/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_bewise/models/__init__.py b/theme_bewise/models/__init__.py index cdc051f7f..24243780c 100644 --- a/theme_bewise/models/__init__.py +++ b/theme_bewise/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_bewise diff --git a/theme_bistro/__init__.py b/theme_bistro/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_bistro/__init__.py +++ b/theme_bistro/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_bistro/models/__init__.py b/theme_bistro/models/__init__.py index 0952c7e8d..944a16d72 100644 --- a/theme_bistro/models/__init__.py +++ b/theme_bistro/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_bistro diff --git a/theme_bookstore/__init__.py b/theme_bookstore/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_bookstore/__init__.py +++ b/theme_bookstore/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_bookstore/models/__init__.py b/theme_bookstore/models/__init__.py index 0789748be..8c85227ec 100644 --- a/theme_bookstore/models/__init__.py +++ b/theme_bookstore/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_bookstore diff --git a/theme_buzzy/__init__.py b/theme_buzzy/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_buzzy/__init__.py +++ b/theme_buzzy/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_buzzy/models/__init__.py b/theme_buzzy/models/__init__.py index 2a4c0513d..e74b4bdb7 100644 --- a/theme_buzzy/models/__init__.py +++ b/theme_buzzy/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_buzzy diff --git a/theme_clean/__init__.py b/theme_clean/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_clean/__init__.py +++ b/theme_clean/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_clean/models/__init__.py b/theme_clean/models/__init__.py index bce0a16b3..cb8cf0937 100644 --- a/theme_clean/models/__init__.py +++ b/theme_clean/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_clean diff --git a/theme_cobalt/__init__.py b/theme_cobalt/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_cobalt/__init__.py +++ b/theme_cobalt/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_cobalt/models/__init__.py b/theme_cobalt/models/__init__.py index 794b33e35..2c2d52e10 100644 --- a/theme_cobalt/models/__init__.py +++ b/theme_cobalt/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_cobalt diff --git a/theme_common/__init__.py b/theme_common/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_common/__init__.py +++ b/theme_common/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_common/models/__init__.py b/theme_common/models/__init__.py index ef70e5a61..9d01d0e38 100644 --- a/theme_common/models/__init__.py +++ b/theme_common/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_common diff --git a/theme_enark/__init__.py b/theme_enark/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_enark/__init__.py +++ b/theme_enark/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_enark/models/__init__.py b/theme_enark/models/__init__.py index f3a91c89a..5d17a7e00 100644 --- a/theme_enark/models/__init__.py +++ b/theme_enark/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_enark diff --git a/theme_graphene/__init__.py b/theme_graphene/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_graphene/__init__.py +++ b/theme_graphene/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_graphene/models/__init__.py b/theme_graphene/models/__init__.py index d2687f02a..91bbf2e77 100644 --- a/theme_graphene/models/__init__.py +++ b/theme_graphene/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_graphene diff --git a/theme_kea/__init__.py b/theme_kea/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_kea/__init__.py +++ b/theme_kea/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_kea/models/__init__.py b/theme_kea/models/__init__.py index ab381781d..1940f97ee 100644 --- a/theme_kea/models/__init__.py +++ b/theme_kea/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_kea diff --git a/theme_kiddo/__init__.py b/theme_kiddo/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_kiddo/__init__.py +++ b/theme_kiddo/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_kiddo/models/__init__.py b/theme_kiddo/models/__init__.py index deba4045d..d47a4b5f0 100644 --- a/theme_kiddo/models/__init__.py +++ b/theme_kiddo/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_kiddo diff --git a/theme_loftspace/__init__.py b/theme_loftspace/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_loftspace/__init__.py +++ b/theme_loftspace/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_loftspace/models/__init__.py b/theme_loftspace/models/__init__.py index 7f7f7fd5a..435212456 100644 --- a/theme_loftspace/models/__init__.py +++ b/theme_loftspace/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_loftspace diff --git a/theme_monglia/__init__.py b/theme_monglia/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_monglia/__init__.py +++ b/theme_monglia/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_monglia/models/__init__.py b/theme_monglia/models/__init__.py index 8bc1a0cbb..cd2f77e6d 100644 --- a/theme_monglia/models/__init__.py +++ b/theme_monglia/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_monglia diff --git a/theme_nano/__init__.py b/theme_nano/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_nano/__init__.py +++ b/theme_nano/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_nano/models/__init__.py b/theme_nano/models/__init__.py index 2614c468b..5bd6f26ee 100644 --- a/theme_nano/models/__init__.py +++ b/theme_nano/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_nano diff --git a/theme_notes/__init__.py b/theme_notes/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_notes/__init__.py +++ b/theme_notes/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_notes/models/__init__.py b/theme_notes/models/__init__.py index e682cbd87..adf28238a 100644 --- a/theme_notes/models/__init__.py +++ b/theme_notes/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_notes diff --git a/theme_odoo_experts/__init__.py b/theme_odoo_experts/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_odoo_experts/__init__.py +++ b/theme_odoo_experts/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_odoo_experts/models/__init__.py b/theme_odoo_experts/models/__init__.py index b10a1f4aa..269d3f576 100644 --- a/theme_odoo_experts/models/__init__.py +++ b/theme_odoo_experts/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_odoo_experts diff --git a/theme_orchid/__init__.py b/theme_orchid/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_orchid/__init__.py +++ b/theme_orchid/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_orchid/models/__init__.py b/theme_orchid/models/__init__.py index 81ce3ed33..917d65f22 100644 --- a/theme_orchid/models/__init__.py +++ b/theme_orchid/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_orchid diff --git a/theme_paptic/__init__.py b/theme_paptic/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_paptic/__init__.py +++ b/theme_paptic/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_paptic/models/__init__.py b/theme_paptic/models/__init__.py index 89af34f54..be92f1b8a 100644 --- a/theme_paptic/models/__init__.py +++ b/theme_paptic/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_paptic diff --git a/theme_real_estate/__init__.py b/theme_real_estate/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_real_estate/__init__.py +++ b/theme_real_estate/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_real_estate/models/__init__.py b/theme_real_estate/models/__init__.py index 9841e0d68..98d517803 100644 --- a/theme_real_estate/models/__init__.py +++ b/theme_real_estate/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_real_estate diff --git a/theme_test_custo/__init__.py b/theme_test_custo/__init__.py index dc5e6b693..d6210b128 100644 --- a/theme_test_custo/__init__.py +++ b/theme_test_custo/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_test_custo/models/__init__.py b/theme_test_custo/models/__init__.py index c0e1920ac..3568db746 100644 --- a/theme_test_custo/models/__init__.py +++ b/theme_test_custo/models/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_models diff --git a/theme_test_custo/models/theme_models.py b/theme_test_custo/models/theme_models.py index 1aecb0333..16931b2d9 100644 --- a/theme_test_custo/models/theme_models.py +++ b/theme_test_custo/models/theme_models.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import models diff --git a/theme_test_custo/tests/__init__.py b/theme_test_custo/tests/__init__.py index b6d8f9e1e..17dbab4d4 100644 --- a/theme_test_custo/tests/__init__.py +++ b/theme_test_custo/tests/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import test_theme_creation diff --git a/theme_test_custo/tests/test_theme_creation.py b/theme_test_custo/tests/test_theme_creation.py index 80294b050..67bbd8710 100644 --- a/theme_test_custo/tests/test_theme_creation.py +++ b/theme_test_custo/tests/test_theme_creation.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo.tests import HttpCase, tagged diff --git a/theme_treehouse/__init__.py b/theme_treehouse/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_treehouse/__init__.py +++ b/theme_treehouse/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_treehouse/models/__init__.py b/theme_treehouse/models/__init__.py index 40434e4da..3f60a50a7 100644 --- a/theme_treehouse/models/__init__.py +++ b/theme_treehouse/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_treehouse diff --git a/theme_vehicle/__init__.py b/theme_vehicle/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_vehicle/__init__.py +++ b/theme_vehicle/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_vehicle/models/__init__.py b/theme_vehicle/models/__init__.py index 4887c7507..3e43c0ca6 100644 --- a/theme_vehicle/models/__init__.py +++ b/theme_vehicle/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_vehicle diff --git a/theme_yes/__init__.py b/theme_yes/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_yes/__init__.py +++ b/theme_yes/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_yes/models/__init__.py b/theme_yes/models/__init__.py index 0f3a6e131..83780be6b 100644 --- a/theme_yes/models/__init__.py +++ b/theme_yes/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_yes diff --git a/theme_zap/__init__.py b/theme_zap/__init__.py index be9f4fab0..d581b39ce 100644 --- a/theme_zap/__init__.py +++ b/theme_zap/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/theme_zap/models/__init__.py b/theme_zap/models/__init__.py index 9e5f1a6b9..164eaba8b 100644 --- a/theme_zap/models/__init__.py +++ b/theme_zap/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from . import theme_zap