Friday, January 9, 2026
2 changes · master
New functionality added to Odoo
This update enhances the project Gantt view by displaying resource availability, providing a clearer picture of team capacity and potential scheduling conflicts. This improvement allows project managers to make more informed decisions about resource allocation and project timelines.
Original PR description
After this PR resource unavailabilities will be added to project gantt view task-4730772
This update allows HR teams to easily export critical social insurance forms (Form 1 and Form 6) as Excel files directly from the employee record. The system now validates data to ensure all required information is present before export, and integrates Form 6 generation into the employee departure process.
Original PR description
This commit introduces the functionality to export NOSI social insurance forms (Form 1 for registration and Form 6 for termination) as XLSX files directly from the employee model. Adds 'Export NOSI Form 1' and 'Export NOSI Form 6' actions to the model, available in both form and list views for single or mass exports. Implements robust pre-export validation that checks for mandatory employee and company fields. If data is missing, a clear is raised, specifying all affected employees and the missing fields. Integrates the Form 6 export into the employee departure wizard. A new checkbox allows users to generate the form automatically when an employee is archived. Related task: 4933170.