Skip to content

Commit

Permalink
[REM] theme_common, theme_*: remove theme_common
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bso-odoo committed Apr 9, 2024
1 parent f02a566 commit db495eb
Show file tree
Hide file tree
Showing 32 changed files with 24 additions and 10,823 deletions.
2 changes: 1 addition & 1 deletion theme_anelusia/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'summary': 'Diversity, Fashions, Trends, Clothes, Shoes, Sports, Fitness, Stores',
'sequence': 180,
'version': '2.1.0',
'depends': ['theme_common'],
'depends': ['website'],
'data': [
'data/generate_primary_template.xml',
'data/ir_asset.xml',
Expand Down
2 changes: 1 addition & 1 deletion theme_artists/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'summary': 'Artist, Arts, Galleries, Creative, Paintings, Photography, Shows, Stores',
'sequence': 310,
'version': '2.1.0',
'depends': ['theme_common'],
'depends': ['website'],
'data': [
'data/generate_primary_template.xml',
'data/ir_asset.xml',
Expand Down
2 changes: 1 addition & 1 deletion theme_avantgarde/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'configurator_snippets': {
'homepage': ['s_cover', 's_picture', 's_three_columns', 's_text_image', 's_call_to_action'],
},
'depends': ['theme_common'],
'depends': ['website'],
'license': 'LGPL-3',
'live_test_url': 'https://theme-avantgarde.odoo.com',
'assets': {
Expand Down
2 changes: 1 addition & 1 deletion theme_aviato/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'summary': 'Travel, Excursion, Plane, Tour, Agency ',
'sequence': 130,
'version': '1.0.0',
'depends': ['theme_common'],
'depends': ['website'],
'data': [
'data/generate_primary_template.xml',
'data/ir_asset.xml',
Expand Down
2 changes: 1 addition & 1 deletion theme_beauty/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'summary': 'Beauty, Health, Care, Make Up, Cosmetics, Hair Dressers, Stores',
'sequence': 170,
'version': '2.1.0',
'depends': ['theme_common'],
'depends': ['website'],
'data': [
'data/generate_primary_template.xml',
'data/ir_asset.xml',
Expand Down
2 changes: 1 addition & 1 deletion theme_bewise/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'summary': 'University, Education, Schools, Young, Play, Kids',
'sequence': 240,
'version': '2.1.0',
'depends': ['theme_common'],
'depends': ['website'],
'data': [
'data/generate_primary_template.xml',
'data/ir_asset.xml',
Expand Down
2 changes: 1 addition & 1 deletion theme_bistro/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'summary': 'Bistro, Restaurant, Bar, Pub, Cafe, Food, Catering',
'sequence': 220,
'version': '2.0.0',
'depends': ['theme_common'],
'depends': ['website'],
'data': [
'data/generate_primary_template.xml',
'data/ir_asset.xml',
Expand Down
2 changes: 1 addition & 1 deletion theme_bookstore/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'summary': 'Library, Books, Magazines, Literature, Musics, Media, Store',
'sequence': 250,
'version': '2.1.0',
'depends': ['theme_common'],
'depends': ['website'],
'data': [
'data/generate_primary_template.xml',
'data/ir_asset.xml',
Expand Down
2 changes: 1 addition & 1 deletion theme_clean/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'summary': 'Legal, Corporate, Business, Tech, Services',
'sequence': 120,
'version': '2.1.0',
'depends': ['theme_common'],
'depends': ['website'],
'data': [
'data/generate_primary_template.xml',
'data/ir_asset.xml',
Expand Down
27 changes: 0 additions & 27 deletions theme_common/LICENSE

This file was deleted.

9 changes: 0 additions & 9 deletions theme_common/__manifest__.py

This file was deleted.

Loading

0 comments on commit db495eb

Please sign in to comment.