Daily updates from Odoo
Saturday, May 4, 2024
2 changes · 17.0
New functionality added to Odoo
This pull request adds and updates automated build and deployment workflows for the Odoo Enterprise repository. It introduces Python publishing automation, Google Cloud integration, and Jekyll-based GitHub Pages documentation generation. These changes improve the development infrastructure and enable automated processes for billing and external endpoint integrations.
Resolved issues and error corrections
A test in the web module was failing in May because it relied on a hardcoded April date. This fix adjusts the test to simulate running in April, ensuring the test passes consistently throughout the year regardless of the current month.
Original PR description
The fixed test only passed in April as it hardcoded the date of the date filter that was toggled. This commit patches the date to simulate that we're on April. 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 Forward-Port-Of: odoo/odoo#164291