Monday, January 12, 2026
4 changes · master
Enhancements to existing features
This update adds tests to ensure users can successfully attach documents from the Documents app directly into Chatter via the Powerbox command. The previous issue prevented the 'Add from Documents' option from appearing, due to an incorrect check for new records. This fix ensures the feature functions correctly and reliably.
Original PR description
Add Tests for the recently added documents feature, where in Chatter, The user can attach a file directly from the Documents app, either using a button or the powerbox cmd. REF: https://github.com/odoo/enterprise/pull/72806
This update enhances the document version management modal by clarifying deletion messages and removing a redundant notification. The changes improve clarity for users when managing different versions of documents, ensuring a smoother and more intuitive experience.
Original PR description
Improve documents version management modal by: - removing an unnecessary message - enhancing the version deletion message to better differentiate between deleting the current or a previous version. Task-5347541
This update clarifies the language used in the salary configuration popup and alert messages within the Odoo Enterprise HR module. The change replaces the outdated 'Net Calculation' title with the more accurate 'Salary Calculation' and improves the overall clarity of the configuration messages. This ensures users understand the salary calculation process more effectively.
Original PR description
* = hr_contract_salary_payroll - Change the Popup title from 'Net Calculation' to 'Salary Calculation'. - Change Salary Config alert message for better clarity in. Task - 5438487
This update adds a test flow to verify the correct calculation of overtime pay based on new overtime rulesets. The test involves creating a specific employee and attendance record to ensure the payroll system accurately adds overtime hours and amounts to the payslip. This ensures accurate payroll processing for overtime scenarios.
Original PR description
Added an overtime ruleset flow tour Tour Steps: Freeze time to 1/12/2025: - Go to Payroll app and create a new Work Entry Type "TEST" with 200% rate - Go to Attendances app and create a new Overtime Ruleset with one rule using the "TEST" Work Entry Type - Create a new employee "TEST" with wage $3100 and assign the overtime ruleset - Create a 10-hour attendance for the employee on 1/12/2025. - Go to Payroll app, regenerate work entries for the employee - Create a payslip run for December 2025 Then verify work entries durations and amounts within the payslip, to ensure overtime has been added correctly. Task-5130649