hr_employee_id
Provide company-wide unique employee identification numbers with configurable generation methods.
Key Features
- hr.employee: Adds and auto-populates a company-wide unique identification number for each employee while allowing manual overrides when a custom value is supplied.
- hr.employee: Displays the identification number on employee form, tree, kanban, and search views for HR users to reference and filter by ID.
- res.company: Stores the preferred identifier generation method (random digits or predefined sequence) plus the number of digits or sequence to use when creating employees.
- res.config.settings: Adds a settings section where administrators configure the company-specific employee ID generation scheme, including random digit length or the sequence to apply.
- ir.sequence: Ships a default Employee Identifier sequence with five-digit padding to support sequential ID generation out of the box.