diff --git a/awesome_tshirt/__manifest__.py b/awesome_tshirt/__manifest__.py index a993d1462f..9877569309 100644 --- a/awesome_tshirt/__manifest__.py +++ b/awesome_tshirt/__manifest__.py @@ -14,7 +14,7 @@ Note that this is just a toy app intended to learn the javascript framework. """, - + 'licence': 'LGPL-3', 'author': "Odoo", 'website': "https://www.odoo.com/", @@ -23,7 +23,6 @@ 'application': True, 'installable': True, - # any module necessary for this one to work correctly 'depends': ['base', 'web', 'mail', 'awesome_gallery'], diff --git a/owl_playground/__manifest__.py b/owl_playground/__manifest__.py index 93c2eef012..58236213f9 100644 --- a/owl_playground/__manifest__.py +++ b/owl_playground/__manifest__.py @@ -9,6 +9,8 @@ Play with Owl in this playground module """, + 'licence': 'LGPL-3', + 'author': "Odoo", 'website': "https://www.odoo.com",