Sunday, October 29, 2023
1 change · 17.0
Resolved issues and error corrections
Fixed an issue where Studio would crash when users tried to open certain actions through the command palette that cannot be edited in Studio. Now, instead of crashing, the system displays a friendly error message to inform users that the action cannot be edited.
Original PR description
Before this commit: 1. Open studio on Home Page 2. Open an action that cannot be editable with studio through command palette 3. Traceback occurs After this commit, the NotEditableActionError is catch and show an error notification. Forward-Port-Of: odoo/enterprise#49314 Forward-Port-Of: odoo/enterprise#49175