Daily updates from Odoo
Thursday, August 25, 2022
3 changes
Enhancements to existing features
Amazon order synchronization now requests the necessary authorized data in the main order queries instead of making extra follow-up calls. This should make order imports more efficient while still handling restricted customer and gift information appropriately.
Original PR description
Before this commit, to get some restricted information, we needed to call 2 (or 3 to get the gift information) additional operations using a restricted data token. This information is now available in the basic operations as long as we get a RDT adapted for it. When querying Amazon, we now specify the restricted elements that need to be added in the response of the basic operations. task-2927248
Users can now download spreadsheet files directly from the Documents area without first opening the spreadsheet. This saves time and makes retrieving files more convenient, especially when users only need a local copy.
Original PR description
Task-id 2918698
The worksheet Studio button has been updated so it works reliably with the newer interface framework. This restores the ability to open Studio from worksheets and adds safeguards to prevent the issue from returning.
Original PR description
**The PR is ready** This commit converts the widget to Owl. The legacy widget has also been removed as it was not longer in use. The new button work appropriately to open studio after performing a doAction. It also fixes an issue in master since the rewrite of views. The button didn't open studio