Thursday, January 25, 2024
7 changes · 17.0
Resolved issues and error corrections
A small bug fix was applied to the mobile mail module to correct a variable name typo that was introduced in a recent update. This fix also addresses a related issue with delayed notifications, ensuring mobile users receive their messages reliably.
Original PR description
Nothing big, just fixing a recent commit while fixing a related bug in community about delayed notifications.
This update resolves a test failure in the Point of Sale module that was causing automated testing errors. The fix removes reliance on demo data in the test, making the test more reliable and independent. This ensures the Point of Sale system continues to function properly during quality assurance checks.
Original PR description
Do not use demo data in test. Runbot error: 55596
This update removes a deprecation warning that appears when users regenerate asset bundles through the debug menu. The system now uses the recommended cache management approach instead of an outdated method, ensuring the feature works smoothly without warnings in current versions.
Original PR description
Since [1] `model.clear_cache` is no longer recommended. Most models were changed besides the function responsible for regenerating asset bundles. This leads to a deprecation warning when pressing the button in the debug menu in 16.4+ 1: #119813 opw-3694331 Forward-Port-Of: odoo/odoo#150307
This fix restores important version information that was accidentally removed from translation files in the Sales and Sales Stock modules. The version line is critical for the translation management system (Transifex) to properly track and manage translations, so restoring it prevents potential issues with the translation workflow.
Original PR description
This commit reverts an unwanted diff introduced by Commit[1]. Recently, Commit[1] introduced some wording changes within the portal layout, which required an update of the `.pot` file. While the terms where correctly updated, Commit[1] also removed a line about the version of the project, which could cause some issue within Transifex. Commit[1]: 7aa06fd
Documentation and clarification updates
This update refreshes the list of Odoo Enterprise Resource Planning (OERP) member organizations in the Contributor License Agreement documentation. The change ensures the CLA records accurately reflect current OERP membership and maintains compliance with Odoo's contribution guidelines.
Original PR description
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds Joan Sisquella to the ForgeFlow Contributor License Agreement (CLA), enabling them to submit pull requests to the Odoo Enterprise repository. The change is a routine administrative update to the company's CLA documentation that grants the necessary permissions for this contributor.
Original PR description
Description of the issue/feature this PR addresses: Update CLA of ForgeFLow in order to add Joan Sisquella in order to be able to do a PR in odoo/enterprise https://github.com/odoo/enterprise/pull/54996 Current behavior before PR: Joan Sisquella can't do a PR in enterprise repository Desired behavior after PR is merged: Joan Sisquella is able to add PR in enterprise respository --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#150795
A contributor has signed the Contributor License Agreement (CLA) required by Odoo. This administrative update records their legal commitment to contribute to the Odoo project and ensures compliance with the project's contribution guidelines.
Original PR description
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