Tuesday, November 21, 2023
5 changes · master
Resolved issues and error corrections
This change adjusts internal tests around the bus messaging connection behavior. It helps ensure real-time communication features remain reliable, with no direct change expected for everyday users.
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
This fix keeps the discard option available when saving a record triggers a validation error. Users no longer need to refresh the page to recover from an invalid edit, reducing disruption when correcting duplicate or conflicting entries.
Original PR description
Steps:
- Open Timeoff
- Go to Configuration
- Go to Public Holidays
- Create a new holiday
- on creating holiday on same date, validation error appears
- By clicking on save button, the error appears ,
there is no option discard records need to refresh page.
Issue:
- When the constraint is through during record edit, the save and
discard buttons are disabled, so the user cannot discord
Cause:
- Due to raise error the process stops and the button is not enabled.
Fix:
- Even if there is a raise error, the button will be enabled, so
the user can discard the record.
task-3470978Editing recurring calendar events no longer changes guests' response status to accepted unless they are the person making the update. This keeps attendance information accurate and avoids misleading confirmations for future or all occurrences.
Original PR description
Before this commit, when an user edited a recurring events in 'future_events' or 'all_events' update mode, most of the recurring events were being automatically accepted by guests (except current user) even though their state was not 'accepted' before updating. After this commit, after editing recurring events in 'future_events' or 'all_events' update mode, these events are not automatically accepted anymore by users different than the current user (who made the time update). Task-id: 3422584
This update removes an unnecessary console message from the spreadsheet pivot interface. It keeps the browser console cleaner for users and support teams without changing spreadsheet functionality.
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
This fixes demo data so expenses and their related expense sheets are assigned to the same employee. It helps sample project expense flows work consistently during demonstrations, testing, or evaluations.
Original PR description
Fix broken demo data where expenses and expense sheets aren't using the same employee Related commit: 202ed9256a5d9b108208ac56a9ef15ba8d97e47c 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