Daily updates from Odoo
Wednesday, June 12, 2024
1 change · master
Enhancements to existing features
Studio now retrieves approval requirements for form buttons in one request instead of checking each button separately. This should make forms with approval-controlled buttons load more efficiently, improving the editing and usage experience without changing the approval process itself.
Original PR description
Studio approval is the mechanism that allows to restrict some buttons to some users until they are approved by a manager. Before, the approval was fetched one by one, for each button in the form view. This commit changes this to fetch all the approvals in one request in order to improve the performance. task-3601171