Skip to content

Commit c26bfba

Browse files
committed
[IMP] all: add missing author in all manifests
The author field was made required by the previous commit, this commit add the missing field in all manifests. The upgrade-code script `18.2-01-manifest-author.py` was used. See related community branch (same commit title). task-4485983 closes #1044 Related: odoo/odoo#196408 Related: odoo/enterprise#78513 Related: odoo/documentation#11956 Signed-off-by: Christophe Monniez (moc) <[email protected]>
1 parent 1057637 commit c26bfba

File tree

30 files changed

+30
-0
lines changed

30 files changed

+30
-0
lines changed

test_themes/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@
4848
'test_themes/static/src/systray_items/*',
4949
],
5050
},
51+
'author': 'Odoo S.A.',
5152
'license': 'LGPL-3',
5253
}

theme_anelusia/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
'configurator_snippets': {
8686
'homepage': ['s_text_cover', 's_images_wall', 's_color_blocks_2', 's_references', 's_media_list','s_key_images', 's_call_to_action'],
8787
},
88+
'author': 'Odoo S.A.',
8889
'license': 'LGPL-3',
8990
'live_test_url': 'https://theme-anelusia.odoo.com',
9091
'assets': {

theme_artists/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
'configurator_snippets': {
129129
'homepage': ['s_sidegrid', 's_product_catalog', 's_cta_box', 's_title', 's_image_frame', 's_images_wall', 's_shape_image'],
130130
},
131+
'author': 'Odoo S.A.',
131132
'license': 'LGPL-3',
132133
'live_test_url': 'https://theme-artists.odoo.com',
133134
'assets': {

theme_avantgarde/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
'homepage': ['s_sidegrid', 's_features_wall', 's_carousel', 's_timeline', 's_quadrant'],
2727
},
2828
'depends': ['theme_common'],
29+
'author': 'Odoo S.A.',
2930
'license': 'LGPL-3',
3031
'live_test_url': 'https://theme-avantgarde.odoo.com',
3132
'assets': {

theme_aviato/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
'configurator_snippets': {
8080
'homepage': ['s_banner', 's_text_image', 's_image_text', 's_picture', 's_title', 's_masonry_block_default_template', 's_company_team', 's_showcase', 's_quotes_carousel'],
8181
},
82+
'author': 'Odoo S.A.',
8283
'license': 'LGPL-3',
8384
'live_test_url': 'https://theme-aviato.odoo.com',
8485

theme_beauty/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
'configurator_snippets': {
8383
'homepage': ['s_intro_pill', 's_masonry_block_mosaic_template', 's_pricelist_boxed', 's_features_wall', 's_image_frame', 's_call_to_action'],
8484
},
85+
'author': 'Odoo S.A.',
8586
'license': 'LGPL-3',
8687
'live_test_url': 'https://theme-beauty.odoo.com',
8788
'assets': {

theme_bewise/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
'configurator_snippets': {
2727
'homepage': ['s_striped_center_top', 's_title', 's_color_blocks_2', 's_faq_collapse', 's_masonry_block_default_template', 's_company_team_shapes'],
2828
},
29+
'author': 'Odoo S.A.',
2930
'license': 'LGPL-3',
3031
'live_test_url': 'https://theme-bewise.odoo.com',
3132
'assets': {

theme_bistro/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
'homepage': ['s_image_title', 's_key_images', 's_pricelist_cafe', 's_quotes_carousel', 's_quadrant'],
8181
'pricing': ["s_text_image", "s_product_catalog"],
8282
},
83+
'author': 'Odoo S.A.',
8384
'license': 'LGPL-3',
8485
'live_test_url': 'https://theme-bistro.odoo.com',
8586
'assets': {

theme_bookstore/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
'2': ['s_text_cover', 's_image_text', 's_text_image', 's_image_text_2nd', 's_call_to_action'],
9696
},
9797
},
98+
'author': 'Odoo S.A.',
9899
'license': 'LGPL-3',
99100
'live_test_url': 'https://theme-bookstore.odoo.com',
100101
'assets': {

theme_buzzy/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
'2': ['s_text_cover', 's_image_text', 's_text_image', 's_image_text_2nd', 's_call_to_action'],
9191
},
9292
},
93+
'author': 'Odoo S.A.',
9394
'license': 'LGPL-3',
9495
'live_test_url': 'https://theme-buzzy.odoo.com',
9596
'assets': {

0 commit comments

Comments
 (0)