Daily updates from Odoo
Thursday, April 16, 2026
3 changes · master
Resolved issues and error corrections
This update ensures that transaction dates used to fetch data from iap are always within the correct 'lock date' range. Previously, dates could be inaccurate, leading to potential data discrepancies. This fix guarantees the most reliable and accurate retrieval of financial information.
Original PR description
To fetch transactions from iap, we have to give a date from. Before this commit, it was possible to have a date from prior the lock date which is not supposed to happen. This commit will do the max between the lock date the last date of either the statement or the statement line. task-6019584 Forward-Port-Of: odoo/enterprise#110010
This update resolves an issue where the system was incorrectly retrieving neutralization data for payroll calculations in Switzerland. The fix ensures accurate payroll processing by correcting the way the system fetches this critical information. This improves the reliability of financial reporting related to employee compensation.
Original PR description
Forward-Port-Of: odoo/enterprise#113961
This update enhances the Sign module's user experience by streamlining request workflows and addressing key usability issues. Specifically, users can now cancel sent signature requests and receive prompts to update contact information, while a critical bug causing issues with the 'Thank You' dialog has been resolved.
Original PR description
This commit introduces several UX improvements, workflow adjustments, and bug fixes to the Sign module to streamline the user experience. Specific changes: - Views & UI: - Add a related model filter to the sign templates search view. - Clean up the sign request pivot view by removing irrelevant measures. - Request Management: - Allow the original request sender to cancel a sent signature request. - Stop automatically saving the certificate of completion into the Documents app. - Integrate the missing-email popover into the Send Sign Request wizard to prompt users to update contacts on the fly. - Bug Fixes: - [FIX] Resolve the dismiss bug in the Thank You dialog by properly hooking the ESC key/background click into the global dialog environment.