diff --git a/test_themes/__manifest__.py b/test_themes/__manifest__.py index dd855d815..f60083991 100644 --- a/test_themes/__manifest__.py +++ b/test_themes/__manifest__.py @@ -46,4 +46,5 @@ 'installable': True, 'application': False, 'post_init_hook': 'post_init_hook', + 'license': 'LGPL-3', } diff --git a/theme_common/__manifest__.py b/theme_common/__manifest__.py index a1ccbfb6a..55c0e761d 100644 --- a/theme_common/__manifest__.py +++ b/theme_common/__manifest__.py @@ -47,4 +47,5 @@ 'views/old_snippets/s_two_columns.xml', ], 'application': False, + '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', }