Thursday, February 15, 2024
6 changes · 17.0
Resolved issues and error corrections
This update fixes test failures in the Manufacturing Work Order module that were occurring on specific dates (February 12-13). The fix removes unnecessary calendar leaves from tests to ensure they run reliably. This is a maintenance fix that ensures the manufacturing system's automated tests work correctly.
Original PR description
Commit https://github.com/odoo/odoo/commit/fd294f9a44f3e029fc83d2bf8610cf286abe017a did not choose the right solution, so our tests fail on Feb 12 and 13 We therefore unlink the leaves before running our tests. Forward-Port-Of: odoo/enterprise#56476
Fixed a visual issue where the course progress bar color was difficult to see when exiting fullscreen mode. The progress bar styling has been updated to ensure it remains clearly visible against the background in all viewing modes.
Original PR description
**Steps to reproduce:** - Open any course. - Open full-screen window. - Click on exit fullscreen - The progress bar color is mixed up with the background. **Issue:** In Odoo primary color is changed from v17.0 **Solution:** Applied bg-info class to progress bar for better visibility. **Task**-3721175
This update allows users to select and record seconds when entering attendance times in the HR Attendance form view. Previously, the time picker only supported hours and minutes, which limited precision for attendance tracking. This enhancement provides more accurate time recording capabilities for organizations that require second-level precision.
Miscellaneous changes
If you: - generate a lot (i.e. 10000) of records inside account.edi.documents model - call the _cron_process_documents_web_services or the ir_cron_edi_network cron. The current behavior is that only one single job with all records (i.e. 10000) are generated. This can take a lot of time or synchronization problem for cron process the queue. We implement a document_size limit parameter for a single job so that the cron can enqueue items in buckets. This is probably an issue that has ari
Original PR description
If you: - generate a lot (i.e. 10000) of records inside account.edi.documents model - call the _cron_process_documents_web_services or the ir_cron_edi_network cron. The current behavior is that only one single job with all records (i.e. 10000) are generated. This can take a lot of time or synchronization problem for cron process the queue. We implement a document_size limit parameter for a single job so that the cron can enqueue items in buckets. This is probably an issue that has arisen after we got the batching and the move_applicability. Links: odoo/odoo#148849, https://www.odoo.com/web#model=project.task&id=3677341 issue-148849 opw-3677341 Forward-Port-Of: odoo/odoo#149269
Description of the issue/feature this PR addresses: The dropdown was overflowing below the chatter, making it unusable under some circumstances. Current behavior before PR: https://github.com/odoo/odoo/assets/973709/b91a4282-a70e-4c67-b57f-f7a3385dfa11 Particularly, these artifacts:    Desired behavior after PR is merged: https://github.com/odoo/odoo/assets/973709/9026c0d5-f977-473b-895b-5555fbdbd672 Artifacts fixed:   --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @moduon MT-4598 OPW-3684703 Forward-Port-Of: odoo/odoo#150395
This PR should replace [#53783](https://github.com/odoo/enterprise/pull/53783/files) Forward-Port-Of: odoo/enterprise#54402
Original PR description
This PR should replace [#53783](https://github.com/odoo/enterprise/pull/53783/files) Forward-Port-Of: odoo/enterprise#54402