Tuesday, April 23, 2024
3 changes
Enhancements to existing features
This update tightens internal checks for how field options are registered, helping prevent invalid configuration values from entering the system. It mainly improves reliability for developers and maintainers, with related adjustments in accounting assets, Sign, and Studio tests to align with the stricter validation.
Original PR description
Linked to the community PR that adds validation for registry
The French payroll and payroll accounting modules now show a warning that they will no longer be supported. This helps businesses understand the future support status before relying on these modules.
Original PR description
This commit adds a warning message to the description of the modules l10n_fr_hr_payroll and l10n_fr_hr_payroll_account to inform the user that these modules we won't support these modules anymore. task-3699189
This update adds automated checks for creating worksheets directly from Field Service project forms and for sending reports in batches. It helps reduce the risk of regressions in Field Service reporting workflows without changing end-user functionality.
Original PR description
Added test cases regrading on the fly creation of worksheet from Field Service Project Form and sending reports in batches. task-3861764