Browse Source

[IMP] Minor manifest improvements

pull/564/head
tarteo 8 years ago
parent
commit
4a373505e7
  1. 2
      web_shortcut/README.rst
  2. 3
      web_shortcut/__openerp__.py

2
web_shortcut/README.rst

@ -32,7 +32,7 @@ Bug Tracker
=========== ===========
Bugs are tracked on `GitHub Issues Bugs are tracked on `GitHub Issues
<https://github.com/OCA/162/issues>`_. In case of trouble, please
<https://github.com/OCA/web/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first, 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. help us smashing it by providing a detailed and welcomed feedback.

3
web_shortcut/__openerp__.py

@ -22,7 +22,7 @@
'name': 'Shortcut Menu', 'name': 'Shortcut Menu',
'version': '9.0.1.0.0', 'version': '9.0.1.0.0',
'category': 'Web', 'category': 'Web',
'author': "OpenERP SA,Odoo Community Association (OCA)",
'author': 'OpenERP SA,Odoo Community Association (OCA)',
'website': 'http://openerp.com', 'website': 'http://openerp.com',
'depends': [ 'depends': [
'base', 'base',
@ -37,6 +37,7 @@
], ],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
'license': 'AGPL-3',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
Loading…
Cancel
Save