Friday, July 5, 2024
4 changes · saas-17.3
Resolved issues and error corrections
This fixes an error that could occur when users tried to share a project from a sales order. The sharing flow now opens with the correct context, helping users complete the action without interruption.
Original PR description
After this commit: fixes the traceback issue when sharing the project from SO. The issue is due to the wrong active_model and active_id, by passing the `active_model`, `active_id` in `action_open_share_project_wizard` the issue will be fixed. Effected commit -https://github.com/odoo/odoo/commit/606f710ebd611f33c677f89ca25effd691290a15 task-3998576
This fixes when the “Demo” label appears on Peppol-related accounting documents. It prevents the label from being shown in cases where it should be hidden, reducing confusion for users reviewing invoice status.
Original PR description
Currently, the invisibility condition is not correct and the `Demo` is appended when it shouldn't be. no task --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The onboarding tour now includes a step to switch weeks before using “Copy Previous Week.” This prevents the guide from failing when a new user has no planning data yet, making the first-time experience smoother.
Original PR description
In the tour adaptation it seems a step has been removed which is very essential for the feature "Copy Previous Week". In sense tour fails when the user doesn't have any data(highly likely for an onboarding user). So the step is added to change the week. task-3997374
The Attendance app onboarding flow now handles demo data loading more safely. Users will no longer see errors when demo data has already been loaded or when loading demo data during shorter months.
Original PR description
STEP TO REPRODUCE:
==================
ISSUE 1:
========
0- Create a database without demodata
1- Go on Attendance Application
2- Click on Load demo data
3- Write in "gegegege" in search bar for employee
4 - Click again on Load demo data
An error will be raised. To fix that if the demo data have been already launched this button will be hide.
ISSUE 2:
========
To have this issue, today's month need to have less than 31 days.
0- Create a database without demodata
1- Go on Attendance Application
2- Click on Load demo data
An error about month's number will be raised.
task-3983778