diff --git a/test_themes/__manifest__.py b/test_themes/__manifest__.py index 6fa2e8998..7fde70120 100644 --- a/test_themes/__manifest__.py +++ b/test_themes/__manifest__.py @@ -49,5 +49,6 @@ 'web.assets_frontend': [ 'test_themes/static/src/js/navbar.js', ], - } + }, + 'license': 'LGPL-3', } diff --git a/theme_common/__manifest__.py b/theme_common/__manifest__.py index 522c61cca..040698d94 100644 --- a/theme_common/__manifest__.py +++ b/theme_common/__manifest__.py @@ -12,4 +12,5 @@ 'views/old_snippets/s_three_columns_circle.xml', ], 'application': False, + 'license': 'LGPL-3', } diff --git a/website_animate/__manifest__.py b/website_animate/__manifest__.py index cfc9a91c0..99df9df4c 100644 --- a/website_animate/__manifest__.py +++ b/website_animate/__manifest__.py @@ -19,5 +19,6 @@ 'website.assets_editor': [ 'website_animate/static/src/js/o_animate.editor.js', ], - } + }, + 'license': 'LGPL-3', }