diff --git a/__openerp__.py b/__openerp__.py index 76002b8..0eec324 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -2,6 +2,7 @@ 'name' : 'Delete Odoo footer in email', 'version' : '1.0.0', 'author' : 'IT-Projects LLC, Ivan Yelizariev', + 'license': 'LGPL-3', 'category' : 'Social Network', 'website' : 'https://yelizariev.github.io', 'depends' : ['mail_delete_access_link', 'mail_delete_sent_by_footer'],