Thursday, June 20, 2024
4 changes · saas-17.2
Resolved issues and error corrections
Spreadsheet views now load with the correct size in the edition module, ensuring cells are visible and interactive. This prevents automated test failures and reduces the risk of spreadsheet screens appearing blank or unusable in affected setups.
Original PR description
… module Steps to reproduces: - install module `test_spreadsheet_edition` - run js tests => some tests fail. The reason is we are trying to click or hover some cells in those tests. But the spreadsheet (its viewport) size is 0. The cells are not visible. This commit moves some scss from module `documents_spreadsheet` to `spreadsheet_edition`. This css ensures the spreadsheet takes all the available space and be sized properly. runbot errors 65775, 65774, 65773, 65772
The applicants kanban view now shows the empty-state message in white so it remains readable when there are no applications. This improves clarity for users viewing referral applicants and avoids confusion on an otherwise empty screen.
Original PR description
In applicants kanban view, when there is no applications, the text was unreadable, so it is white now. Task: 3786280
This update resolves a problem that could cause the Odoo iOS app to reload unexpectedly when handling the web client's color scheme. It improves stability for mobile users without changing business workflows.
Closing a live chat window while the chatbot is still processing no longer triggers an error. This makes the chat experience more reliable for users and avoids unnecessary system error reports.
Original PR description
When bot is processing steps and you close the `chatwindow` it throws error as the thread has been deleted so it won't be able to process next steps. This PR fixes the issue by adding necessary checks. Runbot Issue:-[64922](https://runbot.odoo.com/web/#id=64922&view_type=form&model=runbot.build.error&menu_id=405&cids=1) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr