Sunday, October 29, 2023
2 changes · 17.0
Enhancements to existing features
The organization chart interface has been polished to make it clearer and easier to use. The update also removes unused styling, helping keep the feature simpler to maintain without changing its core behavior.
Original PR description
Improved UX and removing unused CSS rule for org chart --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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