Daily updates from Odoo
Friday, May 22, 2026
2 changes
1 change
Features or functions removed from Odoo
This update removes the ‘account.group’ model from the l10n_dk module in the saas-19.3 release. This change was necessary to resolve an error that occurred when accessing records. The removal ensures the Danish localization module functions correctly within the Odoo SaaS platform.
Original PR description
account.group model is removed in saas-19.3, in this commit odoo/odoo@aecbd819664613aaa7e302fc24c8f1c6505eaef5 , so we will get an error while trying to access this record. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
1 change
Features or functions removed from Odoo
This commit removes a plugin that was no longer needed for translating the website's table of contents. The underlying functionality is now handled automatically, improving website performance and reducing complexity. This change was made to streamline the codebase and ensure ongoing efficiency.
Original PR description
The plugin `TranslateTableOfContentOptionPlugin` is not needed anymore, the replication between the headers in the content of the `s_table_of_content` and its navbar is now completely handled by the `FieldChangeReplicationPlugin` plugin since a5f1af347b55da8662d6d6802b57e14aab574d78. The test is removed because it is not representative of real edition situation (the nodes it changes are not inside `contenteditable=true` or `o_savable`), and the test added in a5f1af347b55da8662d6d6802b57e14aab574d78 covers this usecase. task-5892636 Forward-Port-Of: odoo/odoo#265779 Forward-Port-Of: odoo/odoo#264325