Daily updates from Odoo
Friday, July 10, 2026
3 changes · 17.0
New functionality added to Odoo
Adds support for Swedish BBAN, Plusgiro, and Bankgiro payment details, enabling businesses in Sweden to process local bank payments more easily. It also supports Swedish payment bank files in PAIN format, improving compatibility with local banking requirements.
Original PR description
This module adds support for BBAN, Plusgiro and Bankgiro for Sweden. It does also add support for local payment bankfiles in PAIN format for Sweden. This module can included as is. However, It might be better to move part of the module to the account_sepa module and the bank handling to the l10n_se file. My recommendation is to move the bankhandling to l10n_se for the Odoo 18 version. https://www.handelsbanken.com/tron/xgpu/info/contents/v1/document/72-111386
Adds product recycling reporting so businesses can track and report recycling-related product data more easily. The update also includes Swedish localization, helping companies meet local reporting needs in Sweden.
Original PR description
Product Recycling report. with Swedish localization. Original sent as https://github.com/odoo/enterprise/pull/49404
Odoo can now recognize and contact WhatsApp users through business-specific identifiers when a phone number is not provided. This helps businesses keep conversations linked to the right customer and improves contact matching despite phone number formatting differences.
Original PR description
Add support for whatsapp business-scoped user ids as outline in the [documentation](https://developers.facebook.com/documentation/business-messaging/whatsapp/business-scoped-user-ids) for their introduction this June. This effectively adds a table mapping BSUID to contacts to enable contacting users who contact the business directly, as the business will now not necessarily be provided with their number. Additionally the “whatsapp id”, i.e. the canonical form of the phone number as stored in whatsapp, is stored to help better match contacts regardless of formatting details in odoo and whatsapp. task-5476552