Thursday, September 2, 2021
3 changes · master
Resolved issues and error corrections
The command palette shortcut has been changed from Ctrl+K to Ctrl+M to avoid interfering with the editor's link creation shortcut. This reduces shortcut conflicts and makes editing content smoother for users.
Original PR description
Change the command palette shortcut from CTRL+K to CTRL+M, in order to avoid conflict with link creation shortcut in editor. task-2635043 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an issue where generating a profiling report in speedscope format could fail when context data was disabled. The change makes performance diagnostics more reliable for administrators and support teams without affecting regular business workflows.
Original PR description
Since de077243 the iter(False) will occur when trying to render a speedscope output with `use_context=False` since the context given in parameter of `stack_to_ids` won't be an iterable. This simple fix avoid this by always giving an empty iterable in this case.
This fixes a minor issue in accounting reports where the debug information popup could build an incorrect filter for its action. It helps ensure users and support teams see the right records when using debug details, reducing confusion during troubleshooting.
Original PR description
The goal is to fix a small bug that occurred when the domain was built.