Daily updates from Odoo
Thursday, April 9, 2026
3 changes
1 change
Features or functions removed from Odoo
This change removes a previously added and now unnecessary module, `l10n_it_edi_ndd_account_dn`, that was created during a forward port. This module was removed from a previous version and is now being cleaned up to ensure consistency across Odoo saas-18.4 through saas-19.1. This ensures a stable and streamlined system.
Original PR description
This commit removes the files of the zombie module `l10n_it_edi_ndd_account_dn` that was added with the forward port of this commit: https://github.com/odoo/odoo/commit/3f85d1032b9784cd15341c0f6d40c13d4146d764 It was removed from saas-18.4+ this PR should remove the zombie module from saas-18.4 till saas-19.1 (included) opw-5930596 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#257275
1 change
Features or functions removed from Odoo
This pull request removes a mistakenly added translation file for the website_twitter module. The translation was previously introduced in a different pull request and has now been corrected. This ensures the website's internationalization is accurate and consistent.
Original PR description
Wrongly added in https://github.com/odoo/odoo/pull/172269. Module was deleted in https://github.com/odoo/odoo/pull/172755. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#257859
1 change
Features or functions removed from Odoo
This update removes an unnecessary step when sharing helpdesk tickets through the forum. Previously, sharing a ticket automatically created a new message. This change streamlines the process and improves the user experience. It's a minor update that enhances the forum's functionality.
Original PR description
Purpose ======= Remove the `message_post` on the forum post when sharing a ticket in forum, because it no longer inherits from `mail.thread`. Task-3586524