From 47b1eca7c339d7b63202591dbe49c7a77d2e020a Mon Sep 17 00:00:00 2001 From: Julien Castiaux Date: Tue, 4 Feb 2025 12:39:01 +0100 Subject: [PATCH] [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 --- test_themes/__manifest__.py | 1 + theme_anelusia/__manifest__.py | 1 + theme_artists/__manifest__.py | 1 + theme_avantgarde/__manifest__.py | 1 + theme_aviato/__manifest__.py | 1 + theme_beauty/__manifest__.py | 1 + theme_bewise/__manifest__.py | 1 + theme_bistro/__manifest__.py | 1 + theme_bookstore/__manifest__.py | 1 + theme_buzzy/__manifest__.py | 1 + theme_clean/__manifest__.py | 1 + theme_cobalt/__manifest__.py | 1 + theme_common/__manifest__.py | 1 + theme_enark/__manifest__.py | 1 + theme_graphene/__manifest__.py | 1 + theme_kea/__manifest__.py | 1 + theme_kiddo/__manifest__.py | 1 + theme_loftspace/__manifest__.py | 1 + theme_monglia/__manifest__.py | 1 + theme_nano/__manifest__.py | 1 + theme_notes/__manifest__.py | 1 + theme_odoo_experts/__manifest__.py | 1 + theme_orchid/__manifest__.py | 1 + theme_paptic/__manifest__.py | 1 + theme_real_estate/__manifest__.py | 1 + theme_test_custo/__manifest__.py | 1 + theme_treehouse/__manifest__.py | 1 + theme_vehicle/__manifest__.py | 1 + theme_yes/__manifest__.py | 1 + theme_zap/__manifest__.py | 1 + 30 files changed, 30 insertions(+) diff --git a/test_themes/__manifest__.py b/test_themes/__manifest__.py index 775949a881..13b4023635 100644 --- a/test_themes/__manifest__.py +++ b/test_themes/__manifest__.py @@ -48,5 +48,6 @@ 'test_themes/static/src/systray_items/*', ], }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', } diff --git a/theme_anelusia/__manifest__.py b/theme_anelusia/__manifest__.py index b02e388a92..d2e1307b30 100644 --- a/theme_anelusia/__manifest__.py +++ b/theme_anelusia/__manifest__.py @@ -85,6 +85,7 @@ 'configurator_snippets': { 'homepage': ['s_text_cover', 's_images_wall', 's_color_blocks_2', 's_references', 's_media_list','s_key_images', 's_call_to_action'], }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-anelusia.odoo.com', 'assets': { diff --git a/theme_artists/__manifest__.py b/theme_artists/__manifest__.py index b8c4769ca8..84f58b9954 100644 --- a/theme_artists/__manifest__.py +++ b/theme_artists/__manifest__.py @@ -128,6 +128,7 @@ 'configurator_snippets': { 'homepage': ['s_sidegrid', 's_product_catalog', 's_cta_box', 's_title', 's_image_frame', 's_images_wall', 's_shape_image'], }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-artists.odoo.com', 'assets': { diff --git a/theme_avantgarde/__manifest__.py b/theme_avantgarde/__manifest__.py index 9e764ecf50..0fec6be860 100644 --- a/theme_avantgarde/__manifest__.py +++ b/theme_avantgarde/__manifest__.py @@ -26,6 +26,7 @@ 'homepage': ['s_sidegrid', 's_features_wall', 's_carousel', 's_timeline', 's_quadrant'], }, 'depends': ['theme_common'], + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-avantgarde.odoo.com', 'assets': { diff --git a/theme_aviato/__manifest__.py b/theme_aviato/__manifest__.py index 80bc588db6..eacc858b37 100644 --- a/theme_aviato/__manifest__.py +++ b/theme_aviato/__manifest__.py @@ -79,6 +79,7 @@ 'configurator_snippets': { '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'], }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-aviato.odoo.com', diff --git a/theme_beauty/__manifest__.py b/theme_beauty/__manifest__.py index 263d870cc0..1d1f8554fa 100644 --- a/theme_beauty/__manifest__.py +++ b/theme_beauty/__manifest__.py @@ -82,6 +82,7 @@ 'configurator_snippets': { 'homepage': ['s_intro_pill', 's_masonry_block_mosaic_template', 's_pricelist_boxed', 's_features_wall', 's_image_frame', 's_call_to_action'], }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-beauty.odoo.com', 'assets': { diff --git a/theme_bewise/__manifest__.py b/theme_bewise/__manifest__.py index a19c0d44f6..18d8d2030e 100644 --- a/theme_bewise/__manifest__.py +++ b/theme_bewise/__manifest__.py @@ -26,6 +26,7 @@ 'configurator_snippets': { 'homepage': ['s_striped_center_top', 's_title', 's_color_blocks_2', 's_faq_collapse', 's_masonry_block_default_template', 's_company_team_shapes'], }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-bewise.odoo.com', 'assets': { diff --git a/theme_bistro/__manifest__.py b/theme_bistro/__manifest__.py index b08b8f8645..46dddcdfa0 100644 --- a/theme_bistro/__manifest__.py +++ b/theme_bistro/__manifest__.py @@ -80,6 +80,7 @@ 'homepage': ['s_image_title', 's_key_images', 's_pricelist_cafe', 's_quotes_carousel', 's_quadrant'], 'pricing': ["s_text_image", "s_product_catalog"], }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-bistro.odoo.com', 'assets': { diff --git a/theme_bookstore/__manifest__.py b/theme_bookstore/__manifest__.py index 9a56b95937..77419574f0 100644 --- a/theme_bookstore/__manifest__.py +++ b/theme_bookstore/__manifest__.py @@ -95,6 +95,7 @@ '2': ['s_text_cover', 's_image_text', 's_text_image', 's_image_text_2nd', 's_call_to_action'], }, }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-bookstore.odoo.com', 'assets': { diff --git a/theme_buzzy/__manifest__.py b/theme_buzzy/__manifest__.py index ab0d6262d5..be30b5c847 100644 --- a/theme_buzzy/__manifest__.py +++ b/theme_buzzy/__manifest__.py @@ -90,6 +90,7 @@ '2': ['s_text_cover', 's_image_text', 's_text_image', 's_image_text_2nd', 's_call_to_action'], }, }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-buzzy.odoo.com', 'assets': { diff --git a/theme_clean/__manifest__.py b/theme_clean/__manifest__.py index 304007ec1f..89c16c95da 100644 --- a/theme_clean/__manifest__.py +++ b/theme_clean/__manifest__.py @@ -62,6 +62,7 @@ 'configurator_snippets': { 'homepage': ['s_banner', 's_color_blocks_2', 's_title', 's_text_image', 's_image_text', 's_numbers_showcase', 's_company_team', 's_accordion_image', 's_cta_card'], }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-clean.odoo.com', 'assets': { diff --git a/theme_cobalt/__manifest__.py b/theme_cobalt/__manifest__.py index 3ef32bbb2d..90c8c2a3f6 100644 --- a/theme_cobalt/__manifest__.py +++ b/theme_cobalt/__manifest__.py @@ -20,6 +20,7 @@ 'configurator_snippets': { 'homepage': ['s_banner', 's_image_text', 's_key_images', 's_text_image', 's_company_team_detail', 's_references_grid'], }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-cobalt.odoo.com', 'assets': { diff --git a/theme_common/__manifest__.py b/theme_common/__manifest__.py index 119c46a4fb..9936591bd3 100644 --- a/theme_common/__manifest__.py +++ b/theme_common/__manifest__.py @@ -11,5 +11,6 @@ 'views/old_snippets/s_page_header.xml', 'views/old_snippets/s_three_columns_circle.xml', ], + 'author': 'Odoo S.A.', 'license': 'LGPL-3', } diff --git a/theme_enark/__manifest__.py b/theme_enark/__manifest__.py index 5e208ba2d9..9303f967ff 100644 --- a/theme_enark/__manifest__.py +++ b/theme_enark/__manifest__.py @@ -86,6 +86,7 @@ '2': ['s_text_cover', 's_image_text', 's_text_image', 's_image_text_2nd', 's_call_to_action'], }, }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-enark.odoo.com', 'assets': { diff --git a/theme_graphene/__manifest__.py b/theme_graphene/__manifest__.py index 7266e58f99..5166dd6954 100644 --- a/theme_graphene/__manifest__.py +++ b/theme_graphene/__manifest__.py @@ -28,6 +28,7 @@ }, }, 'depends': ['theme_common'], + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-graphene.odoo.com', 'assets': { diff --git a/theme_kea/__manifest__.py b/theme_kea/__manifest__.py index 5824537564..33c49a55f4 100644 --- a/theme_kea/__manifest__.py +++ b/theme_kea/__manifest__.py @@ -79,6 +79,7 @@ 'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'], }, }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-kea.odoo.com', 'assets': { diff --git a/theme_kiddo/__manifest__.py b/theme_kiddo/__manifest__.py index a704e26bb1..63b309e8c5 100644 --- a/theme_kiddo/__manifest__.py +++ b/theme_kiddo/__manifest__.py @@ -80,6 +80,7 @@ 'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'], }, }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-kiddo.odoo.com', 'assets': { diff --git a/theme_loftspace/__manifest__.py b/theme_loftspace/__manifest__.py index a20f4ed113..6b421c0def 100644 --- a/theme_loftspace/__manifest__.py +++ b/theme_loftspace/__manifest__.py @@ -88,6 +88,7 @@ 'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'], }, }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-loftspace.odoo.com', 'assets': { diff --git a/theme_monglia/__manifest__.py b/theme_monglia/__manifest__.py index d9152cd648..a72e563386 100644 --- a/theme_monglia/__manifest__.py +++ b/theme_monglia/__manifest__.py @@ -42,6 +42,7 @@ 'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'], }, }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-monglia.odoo.com', 'assets': { diff --git a/theme_nano/__manifest__.py b/theme_nano/__manifest__.py index 0cb6dc9ebe..783ad42668 100644 --- a/theme_nano/__manifest__.py +++ b/theme_nano/__manifest__.py @@ -95,6 +95,7 @@ '2': ['s_text_cover', 's_image_text', 's_text_image', 's_image_text_2nd', 's_call_to_action'], }, }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-nano.odoo.com', 'assets': { diff --git a/theme_notes/__manifest__.py b/theme_notes/__manifest__.py index 66a697f351..abed95d9d9 100644 --- a/theme_notes/__manifest__.py +++ b/theme_notes/__manifest__.py @@ -98,6 +98,7 @@ 'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'], }, }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-notes.odoo.com', 'assets': { diff --git a/theme_odoo_experts/__manifest__.py b/theme_odoo_experts/__manifest__.py index fe2c9b5ef8..e1189ef6e3 100644 --- a/theme_odoo_experts/__manifest__.py +++ b/theme_odoo_experts/__manifest__.py @@ -76,6 +76,7 @@ 'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'], }, }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-odoo-experts.odoo.com', 'assets': { diff --git a/theme_orchid/__manifest__.py b/theme_orchid/__manifest__.py index 2604ce1f46..f8c48ab677 100644 --- a/theme_orchid/__manifest__.py +++ b/theme_orchid/__manifest__.py @@ -83,6 +83,7 @@ '2': ['s_text_cover', 's_image_text', 's_text_image', 's_image_text_2nd', 's_call_to_action'], }, }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-orchid.odoo.com', 'assets': { diff --git a/theme_paptic/__manifest__.py b/theme_paptic/__manifest__.py index 8566b1d5c5..a63cbc99f8 100644 --- a/theme_paptic/__manifest__.py +++ b/theme_paptic/__manifest__.py @@ -25,6 +25,7 @@ 'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'], }, }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-paptic.odoo.com', 'assets': { diff --git a/theme_real_estate/__manifest__.py b/theme_real_estate/__manifest__.py index ba4792d5cc..5be5cefb7f 100644 --- a/theme_real_estate/__manifest__.py +++ b/theme_real_estate/__manifest__.py @@ -75,6 +75,7 @@ 'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'], }, }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-real-estate.odoo.com', 'assets': { diff --git a/theme_test_custo/__manifest__.py b/theme_test_custo/__manifest__.py index 1cbb067118..369226ea3d 100644 --- a/theme_test_custo/__manifest__.py +++ b/theme_test_custo/__manifest__.py @@ -17,5 +17,6 @@ 'theme_test_custo/static/tests/tours/**/*', ], }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', } diff --git a/theme_treehouse/__manifest__.py b/theme_treehouse/__manifest__.py index 98503dab62..bd0d7fb787 100644 --- a/theme_treehouse/__manifest__.py +++ b/theme_treehouse/__manifest__.py @@ -84,6 +84,7 @@ 'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'], }, }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-treehouse.odoo.com', 'assets': { diff --git a/theme_vehicle/__manifest__.py b/theme_vehicle/__manifest__.py index 289513b3f8..6e869e2def 100644 --- a/theme_vehicle/__manifest__.py +++ b/theme_vehicle/__manifest__.py @@ -42,6 +42,7 @@ '5': ['s_text_block_h1', 's_text_block', 's_image_gallery', 's_picture'], }, }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-vehicle.odoo.com', 'assets': { diff --git a/theme_yes/__manifest__.py b/theme_yes/__manifest__.py index 189e1696a7..21a3dca561 100644 --- a/theme_yes/__manifest__.py +++ b/theme_yes/__manifest__.py @@ -95,6 +95,7 @@ 'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'], }, }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-yes.odoo.com', 'assets': { diff --git a/theme_zap/__manifest__.py b/theme_zap/__manifest__.py index 85a853032a..ea5613fe2d 100644 --- a/theme_zap/__manifest__.py +++ b/theme_zap/__manifest__.py @@ -75,6 +75,7 @@ 'personal': ['s_text_cover', 's_image_text', 's_text_block_h2', 's_numbers', 's_features', 's_call_to_action'], }, }, + 'author': 'Odoo S.A.', 'license': 'LGPL-3', 'live_test_url': 'https://theme-zap.odoo.com', 'assets': {