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', }