Friday, July 3, 2026
7 changes · master
Enhancements to existing features
Senders using Sign Now for documents with multiple signers can now choose whether each remaining person signs immediately or receives their signing link by email. This makes in-person signing sessions more flexible and clearly confirms that the request will finish once emailed recipients complete their part.
Original PR description
When signing locally for multiple signers, the sender can now choose, for each remaining signer, to sign on the spot or send them the link by email. Once every signer has been handled, a confirmation dialog lets the sender know the request will complete as the emailed signers sign on their side. task-6234594
VoIP demo mode now only allows administrators to place demo calls, helping prevent unintended use by regular users. The VoIP dashboard is also simplified by removing a production filter that was not useful in live environments.
Original PR description
1. Only allow voip admin to make demo calls in demo mode 2. remove the default is_producion filter in dashboard since it's useless in production. Task-6304061
French fiscal declaration exports now run additional validation before submission. This helps ensure required company, debtor, writer, and partner information is complete and that ambiguous report choices are resolved before the file is sent.
Original PR description
while exporting liasse fiscale, no chceks were done before the export and there were no account returns checks before sending it, this commit add account return checks to the liasse fiscale: -writer and debtor have the necessary informations on their record -partners mentionned in the reports have the necessary fields completed on their records -for some line, we have to choose between some values task-6127270 Forward-Port-Of: odoo/enterprise#115812
This update improves Japanese tax reporting within Odoo Enterprise by incorporating the two distinct types of Japanese Consumption Tax Returns (JCT) – Accumulation and Deduction. This change aligns Odoo with updated Japanese tax regulations, ensuring accurate reporting and compliance.
Original PR description
Replace the single generic Japanese return type with the two JCT return types, Accumulation and Deduction, pointing at the new sectioned reports in l10n_jp. task-4490922
This update enhances the visual clarity of the attendance Gantt chart by addressing issues with negative overtime values and adjusting the color scheme. The changes improve the user experience and make it easier to understand employee attendance data.
Original PR description
Improve the readability of the progress bar: - no negative values for overtimes - adapt colors task-6341209
This update enhances the report editor by introducing tabs, similar to the website editor, for easier switching between different report creation modes. The changes also incorporate new Owl 3 features, streamlining the report editor's functionality and improving the overall user experience. This simplifies report design and development workflows.
Original PR description
This commit introduces tabs (like in the website editor) for switching between different modes in the report editor. It also updates and improves part of the report_editor codebase to take advantage of new Owl 3 features.
This update simplifies the initial setup of Point of Sale sessions by requiring users to select tax inclusion options immediately. Previously, users overlooked this step, leading to later adjustments and frustration. This change ensures accurate tax calculations from the start, improving the user experience.
Original PR description
..., l10n_mx_edi_pos During onboarding, users weren't paying attention to the tax inclusion question, which caused some frustration when they had to change it later on. We now ask the user to choose the tax inclusion when they first open a session. --- Task: https://www.odoo.com/odoo/project/1737/tasks/6171257