Daily updates from Odoo
Friday, November 28, 2025
4 changes · 19.0
New functionality added to Odoo
This update introduces new tax calculation helpers specifically designed for Electronic Data Interchange (EDI) transactions within the Odoo accounting system. Previously, handling taxes for EDI was limited; now, these helpers streamline the process, ensuring accurate tax calculations and compliance for EDI-based sales. This improves the reliability of financial reporting for businesses using EDI.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#237215 Forward-Port-Of: odoo/odoo#235510
This update introduces the ability to generate and manage electronic delivery guides (e-Remitos) required for businesses in Uruguay. It integrates with the EDI system, streamlining stock picking and ensuring compliance with local fiscal regulations. Users can now create e-Remitos directly within Odoo, automating the delivery process.
Original PR description
This pull request introduces a new Odoo module, which adds support for compliant electronic delivery guides (e-Remitos) for Uruguay, integrating with the EDI system and enhancing stock picking…
This pull request introduces a new Odoo module, which adds support for compliant electronic delivery guides (e-Remitos) for Uruguay, integrating with the EDI system and enhancing stock picking operations. The main changes include configuration for managing and generating e-Remitos according to Uruguayan fiscal requirements. **Steps to create an e-Remito** 1. Install l10n_uy_edi_stock 2. Create a new delivery order. 3. Select a value for the field "Type of Operation". This will indicate that we are creating the electronic document, and also add a tab named "UY EDI" with some configurations for the e-Remito. <img width="1231" height="585" alt="image" src="https://github.com/user-attachments/assets/c4c0baa8-8f9b-4453-b0c0-ce1b1503c536" /> <img width="1211" height="565" alt="image" src="https://github.com/user-attachments/assets/c827f787-27ed-4d55-a660-42a6b617e7df" /> The field "Addenda and disclosures" works as in invoices, the user will be able to select the addenda to add to the e-Remito report. The field "EDI Reference" is used to indicate that the e-Remito is a correction of another, so it will suggest previous e-Remitos made for the same partner, and it will add "Correction of e-Rem XXX" on the addenda. 4. Validate the delivery order and click on "Create Delivery Guide" button. This will send the document to DGI for validation and add the PDF returned by Uruware. <img width="1705" height="618" alt="image" src="https://github.com/user-attachments/assets/8bb36b08-ab08-4240-b3bb-f593a7f2a462" /> Odoo Task 1334 Adhoc Task 53147 Forward-Port-Of: odoo/enterprise#99676 Forward-Port-Of: odoo/enterprise#89706
This update adds the ability for users to send sign requests directly through WhatsApp. A new WhatsApp template setting allows customization of messages, and a dedicated button in the Send Request wizard facilitates this communication channel. This expands how users can initiate digital signatures, increasing convenience and flexibility.
Original PR description
Implemented a new feature that allows users to send sign requests via WhatsApp. A new global setting has been added in the Sign app configuration to let users define a WhatsApp message template for sign requests. Once configured, a new button appears in the Send Request wizard, enabling users to send the request via WhatsApp using the selected template. The system uses the defined WhatsApp template to generate the message, including placeholders such as recipient name, document title, and signing link. If no template is configured, the WhatsApp button remains hidden. This enhancement improves flexibility and expands the available communication channels for collecting digital signatures. task-5079248
This update adds a flag representing Northern Ireland to the Odoo system. This enhancement ensures accurate location data and reporting for users in Northern Ireland, improving the system's ability to handle regional data correctly. It's a simple addition to support a specific geographic region.
Original PR description
Add a flag for Norther Ireland TASK-ID: 5217015 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr