Skip to content

Commit 61f17b2

Browse files
committed
[REM] theme_common, theme_*: remove theme_common
Theme common used to contain tools that were reused by most of the themes. It has now become an empty module which pollutes the module dependency tree. This commit removes `theme_common` and adapts themes that used to depend on it. task-3696867
1 parent 80aa5ad commit 61f17b2

File tree

36 files changed

+24
-12357
lines changed

36 files changed

+24
-12357
lines changed

theme_anelusia/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'summary': 'Diversity, Fashions, Trends, Clothes, Shoes, Sports, Fitness, Stores',
66
'sequence': 180,
77
'version': '2.1.0',
8-
'depends': ['theme_common'],
8+
'depends': ['website'],
99
'data': [
1010
'data/generate_primary_template.xml',
1111
'data/ir_asset.xml',

theme_artists/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'summary': 'Artist, Arts, Galleries, Creative, Paintings, Photography, Shows, Stores',
66
'sequence': 310,
77
'version': '2.1.0',
8-
'depends': ['theme_common'],
8+
'depends': ['website'],
99
'data': [
1010
'data/generate_primary_template.xml',
1111
'data/ir_asset.xml',

theme_avantgarde/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'configurator_snippets': {
2828
'homepage': ['s_cover', 's_picture', 's_three_columns', 's_text_image', 's_call_to_action'],
2929
},
30-
'depends': ['theme_common'],
30+
'depends': ['website'],
3131
'license': 'LGPL-3',
3232
'live_test_url': 'https://theme-avantgarde.odoo.com',
3333
'assets': {

theme_aviato/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'summary': 'Travel, Excursion, Plane, Tour, Agency ',
66
'sequence': 130,
77
'version': '1.0.0',
8-
'depends': ['theme_common'],
8+
'depends': ['website'],
99
'data': [
1010
'data/generate_primary_template.xml',
1111
'data/ir_asset.xml',

theme_beauty/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'summary': 'Beauty, Health, Care, Make Up, Cosmetics, Hair Dressers, Stores',
66
'sequence': 170,
77
'version': '2.1.0',
8-
'depends': ['theme_common'],
8+
'depends': ['website'],
99
'data': [
1010
'data/generate_primary_template.xml',
1111
'data/ir_asset.xml',

theme_bewise/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'summary': 'University, Education, Schools, Young, Play, Kids',
66
'sequence': 240,
77
'version': '2.1.0',
8-
'depends': ['theme_common'],
8+
'depends': ['website'],
99
'data': [
1010
'data/generate_primary_template.xml',
1111
'data/ir_asset.xml',

theme_bistro/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'summary': 'Bistro, Restaurant, Bar, Pub, Cafe, Food, Catering',
66
'sequence': 220,
77
'version': '2.0.0',
8-
'depends': ['theme_common'],
8+
'depends': ['website'],
99
'data': [
1010
'data/generate_primary_template.xml',
1111
'data/ir_asset.xml',

theme_bookstore/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'summary': 'Library, Books, Magazines, Literature, Musics, Media, Store',
66
'sequence': 250,
77
'version': '2.1.0',
8-
'depends': ['theme_common'],
8+
'depends': ['website'],
99
'data': [
1010
'data/generate_primary_template.xml',
1111
'data/ir_asset.xml',

theme_clean/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'summary': 'Legal, Corporate, Business, Tech, Services',
66
'sequence': 120,
77
'version': '2.1.0',
8-
'depends': ['theme_common'],
8+
'depends': ['website'],
99
'data': [
1010
'data/generate_primary_template.xml',
1111
'data/ir_asset.xml',

theme_common/__manifest__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,5 @@
55
'category': 'Hidden',
66
'version': '1.1',
77
'depends': ['website'],
8-
'data': [
9-
'data/data.xml',
10-
'views/old_snippets/s_column.xml',
11-
'views/old_snippets/s_page_header.xml',
12-
'views/old_snippets/s_three_columns_circle.xml',
13-
],
148
'license': 'LGPL-3',
159
}

0 commit comments

Comments
 (0)