Skip to content

Commit db495eb

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 f02a566 commit db495eb

File tree

32 files changed

+24
-10823
lines changed

32 files changed

+24
-10823
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/LICENSE

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)