Friday, February 13, 2026
3 changes · master
Features or functions removed from Odoo
An unused website editing asset bundle was removed after the older editor stopped being loaded. This is an internal cleanup that reduces maintenance overhead and should not change the website experience for users.
Original PR description
Since the commit [^1] where we stop loading the legacy web_editor, the bundle `website.assets_all_wysiwyg` isn't used anymore. [^1]: https://github.com/odoo/odoo/commit/213c32be89b46511d8c2aac19fd654ae91dd8103
A no-longer-used tax code field was removed from Italian electronic invoicing requests sent to the SdI. This keeps the integration aligned with the external API and reduces unnecessary data being sent, with no expected change for users.
Original PR description
Just remove the `recipient_codice_fiscale` parameter for the request to the SdI, as it is not used in the API.
The self-ordering kiosk no longer shows the “Add note” button in the cart. This simplifies the kiosk ordering flow and helps keep customer orders more standardized.
Original PR description
The goal of this pr was to remove the "Add note" button in the Kiosk. task: 5470923 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#243464