23 lines
607 B
Python
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,
|
|
} |