From 0e6abe60f08f524417f097019457f4a1f099d729 Mon Sep 17 00:00:00 2001 From: Xavier-Do Date: Mon, 26 Jul 2021 10:43:57 +0000 Subject: [PATCH] [FIX] *: add explicit license to all manifest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The license is missing in most enterprise manifest so the decision was taken to make it explicit in all cases. When not defined, a warning will be triggered starting from 14.0 when falling back on the default LGPL-3. closes odoo/design-themes#42 Related: odoo/enterprise#19849 Related: odoo/odoo#74230 Signed-off-by: Xavier Dollé (xdo) --- test_themes/__manifest__.py | 1 + theme_anelusia_sale/__manifest__.py | 1 + theme_avantgarde_blog/__manifest__.py | 1 + theme_common/__manifest__.py | 1 + theme_graphene_blog/__manifest__.py | 1 + theme_kea_sale/__manifest__.py | 1 + theme_kiddo_sale/__manifest__.py | 1 + theme_loftspace_sale/__manifest__.py | 1 + theme_monglia_sale/__manifest__.py | 1 + theme_notes_sale/__manifest__.py | 1 + website_animate/__manifest__.py | 1 + 11 files changed, 11 insertions(+) diff --git a/test_themes/__manifest__.py b/test_themes/__manifest__.py index 33fca7650..8fe4ee23e 100644 --- a/test_themes/__manifest__.py +++ b/test_themes/__manifest__.py @@ -44,4 +44,5 @@ 'application': False, 'post_init_hook': 'post_init_hook', 'uninstall_hook': 'uninstall_hook', + 'license': 'LGPL-3', } diff --git a/theme_anelusia_sale/__manifest__.py b/theme_anelusia_sale/__manifest__.py index 6c354a890..7df48c908 100644 --- a/theme_anelusia_sale/__manifest__.py +++ b/theme_anelusia_sale/__manifest__.py @@ -10,4 +10,5 @@ 'views/layout.xml', ], 'auto_install': True, + 'license': 'LGPL-3', } diff --git a/theme_avantgarde_blog/__manifest__.py b/theme_avantgarde_blog/__manifest__.py index 17db2bdc4..753b73692 100644 --- a/theme_avantgarde_blog/__manifest__.py +++ b/theme_avantgarde_blog/__manifest__.py @@ -9,4 +9,5 @@ ], 'depends': ['theme_avantgarde', 'website_blog'], 'auto_install': True, + 'license': 'LGPL-3', } diff --git a/theme_common/__manifest__.py b/theme_common/__manifest__.py index 650196d59..6cdb76bd5 100644 --- a/theme_common/__manifest__.py +++ b/theme_common/__manifest__.py @@ -69,4 +69,5 @@ 'views/s_event_slide.xml', ], 'application': False, + 'license': 'LGPL-3', } diff --git a/theme_graphene_blog/__manifest__.py b/theme_graphene_blog/__manifest__.py index 4ba65dd3d..e312b87df 100644 --- a/theme_graphene_blog/__manifest__.py +++ b/theme_graphene_blog/__manifest__.py @@ -9,4 +9,5 @@ ], 'depends': ['theme_graphene', 'website_blog'], 'auto_install': True, + 'license': 'LGPL-3', } diff --git a/theme_kea_sale/__manifest__.py b/theme_kea_sale/__manifest__.py index 1170508e7..4d1e93460 100644 --- a/theme_kea_sale/__manifest__.py +++ b/theme_kea_sale/__manifest__.py @@ -10,4 +10,5 @@ 'views/layout.xml', ], 'auto_install': True, + 'license': 'LGPL-3', } diff --git a/theme_kiddo_sale/__manifest__.py b/theme_kiddo_sale/__manifest__.py index 7ec2fcc30..58fd29a84 100644 --- a/theme_kiddo_sale/__manifest__.py +++ b/theme_kiddo_sale/__manifest__.py @@ -10,4 +10,5 @@ 'views/layout.xml', ], 'auto_install': True, + 'license': 'LGPL-3', } diff --git a/theme_loftspace_sale/__manifest__.py b/theme_loftspace_sale/__manifest__.py index 275e0d1d5..3a8b73b4a 100644 --- a/theme_loftspace_sale/__manifest__.py +++ b/theme_loftspace_sale/__manifest__.py @@ -10,4 +10,5 @@ 'views/layout.xml', ], 'auto_install': True, + 'license': 'LGPL-3', } diff --git a/theme_monglia_sale/__manifest__.py b/theme_monglia_sale/__manifest__.py index d79f92a22..7b397475f 100644 --- a/theme_monglia_sale/__manifest__.py +++ b/theme_monglia_sale/__manifest__.py @@ -10,4 +10,5 @@ 'views/layout.xml', ], 'auto_install': True, + 'license': 'LGPL-3', } diff --git a/theme_notes_sale/__manifest__.py b/theme_notes_sale/__manifest__.py index 4a3694223..d67ddcaf8 100644 --- a/theme_notes_sale/__manifest__.py +++ b/theme_notes_sale/__manifest__.py @@ -10,4 +10,5 @@ 'views/layout.xml', ], 'auto_install': True, + 'license': 'LGPL-3', } diff --git a/website_animate/__manifest__.py b/website_animate/__manifest__.py index b5b7cb760..2b8b89981 100644 --- a/website_animate/__manifest__.py +++ b/website_animate/__manifest__.py @@ -12,4 +12,5 @@ 'images': [ 'static/description/icon.png', ], + 'license': 'LGPL-3', }