21 lines
633 B
Python
21 lines
633 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'HR Multi-Company Employee Number',
|
|
'version': '18.0.1.0.0',
|
|
'category': 'Human Resources',
|
|
'summary': 'Fix employee number generation for multi-company setup',
|
|
'description': """
|
|
This module fixes the employee number generation issue when creating employees
|
|
from res.users in a multi-company environment.
|
|
""",
|
|
'author': 'Custom Development',
|
|
'depends': ['hr_base', 'hr'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'data/ir_sequence_data.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
}
|