From 4a373505e7ba6e9cc9990e9bf8d82c815cf05aa9 Mon Sep 17 00:00:00 2001 From: tarteo Date: Fri, 24 Feb 2017 09:47:14 +0100 Subject: [PATCH] [IMP] Minor manifest improvements --- web_shortcut/README.rst | 2 +- web_shortcut/__openerp__.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web_shortcut/README.rst b/web_shortcut/README.rst index 6bf7a37f..ae870179 100644 --- a/web_shortcut/README.rst +++ b/web_shortcut/README.rst @@ -32,7 +32,7 @@ Bug Tracker =========== Bugs are tracked on `GitHub Issues -`_. In case of trouble, please +`_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback. diff --git a/web_shortcut/__openerp__.py b/web_shortcut/__openerp__.py index 0c44ac58..a370aafd 100644 --- a/web_shortcut/__openerp__.py +++ b/web_shortcut/__openerp__.py @@ -22,7 +22,7 @@ 'name': 'Shortcut Menu', 'version': '9.0.1.0.0', 'category': 'Web', - 'author': "OpenERP SA,Odoo Community Association (OCA)", + 'author': 'OpenERP SA,Odoo Community Association (OCA)', 'website': 'http://openerp.com', 'depends': [ 'base', @@ -37,6 +37,7 @@ ], 'installable': True, 'auto_install': False, + 'license': 'AGPL-3', } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: