Daily updates from Odoo
Friday, November 28, 2025
4 changes
1 change
New functionality added to Odoo
This update brings Odoo’s Swissdec ELM certification up to version 5.3, ensuring compliance with evolving Swiss tax regulations. Key improvements include support for new reporting requirements related to telework and retirement, as well as automated calculations for allowances and employer contributions.
Original PR description
This Pull request extends the Odoo Swissdec ELM Certification to the minor version 5.3. By doing so we add the following features : - Telework Percentage declaration for French-crossborder comuters - Adapting to AVS21 regulation, where retired employees can refuse their right to retirement - Adding automatic Child and education allowance calculation - Add the calculation of LPP in % - Allowing the specification of custom employer parts for LAAC and IJM Forward-Port-Of: odoo/enterprise#95518
1 change
New functionality added to Odoo
This update adds a new report for declaring employee absences (DECMAL) to the government, streamlining the process for reporting sick leave or incapacitation. It also consolidates reporting functionalities, replacing a previous wizard and now allowing the generation of both absence and salary reports from a single tool. This simplifies reporting and ensures compliance with Luxembourg regulations.
Original PR description
Added the new DECMAL report (Déclaration d'Incapacité de Travail – Maladie), used to declare employee absence or incapacity data to the government . This report handles both new declarations and corrections to previously submitted data. Removed the old wizard to generate the monthly salary declaration(DECSAL). This new wizard now supports generating both DECMAL (employee incapacity) and DECSAL (salary) reports from a single interface task-4737317
2 changes
New functionality added to Odoo
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