odex30_standard/base_custom/__manifest__.py

25 lines
684 B
Python

{
'name': 'Base Custom',
'category': 'Odex30-HR/Odex30-HR',
'version': '18.0.1.0.0',
'author': 'Expert Co. Ltd.',
'website': 'http://exp-sa.com',
'license': 'GPL-3',
'summary': 'Custom base modifications for HR functionality',
'description': """
Base customizations module that provides:
- Custom default groups for newly created users
- Enhanced HR employee fields with proper access controls
- Security improvements for user management
""",
'depends': [
'hr',
'hr_contract',
'base',
],
'data': [],
'auto_install': False,
'installable': True,
'application': False,
}