Daily updates from Odoo
Saturday, March 14, 2026
2 changes · saas-19.2
Enhancements to existing features
This update removes a restriction on outgoing stock sequence codes for Turkish companies, allowing users to include warehouse identifiers. This change ensures compatibility with Nilvera's e-Dispatch requirements while retaining operational flexibility. Additionally, the UI has been slightly improved for easier Nilvera status viewing.
Original PR description
# Description of the issue/feature this PR addresses: Previously, the `sequence_code` of `stock.picking.type` was restricted to exactly 3 characters for outgoing pickings of Turkish companies. This…
# Description of the issue/feature this PR addresses: Previously, the `sequence_code` of `stock.picking.type` was restricted to exactly 3 characters for outgoing pickings of Turkish companies. This was introduced because Nilvera requires a 3-character prefix when sending e-Dispatch documents. However, enforcing a 3-character sequence code prevents users from including warehouse identifiers in the prefix (e.g. `WH/OUT`). Odoo normally relies on this structure to help users filter and distinguish warehouses. With the restriction in place, this functionality was lost. # Desired behavior after PR is merged: This commit removes the 3-character restriction on the sequence code and introduces a computed field that extracts the required 3-character GIB prefix from the sequence code. The computed prefix is used when sending documents to Nilvera, while users can keep meaningful sequence codes for operational use. Additional improvements: - Move the e-Dispatch tab next to "Operations" in `view_picking_form` - Reduce the spacing between the text and reload button for the "Nilvera Status" field in `view_picking_form` task-5964505 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update ensures Odoo’s accounting system aligns with the latest Peppol codelist version 9.5. This is a necessary step to comply with evolving European regulations for electronic invoicing and improve data exchange with trading partners using the Peppol network.
Original PR description
A new version of codelist (v9.5) has been released. This commit aligns the Peppol EAS field selection with the Peppol codelist v9.5 See the changelog here : https://docs.peppol.eu/edelivery/codelists/changelog.html Updates applied according to the official v9.5 changes. task-5461213 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#243990