odex30_standard/odex30_base/hide_contacts/__manifest__.py

23 lines
607 B
Python

{
'name': 'Hide Contacts',
'version': '18.0.1.0.0',
'author': 'Experts Co.',
'license': 'LGPL-3',
'category': 'Tools',
'summary': 'Hide contacts menu from specific users',
'description': """
This module allows you to hide the contacts menu from users who don't have
the specific permission. Only users in the "Show Contacts" group can see
the contacts menu.
""",
'depends': [
'contacts'
],
'data': [
'security/security.xml',
'views/contact_views.xml'
],
'installable': True,
'application': False,
'auto_install': False,
}