Daily updates from Odoo
Thursday, December 5, 2019
1 change · master
New functionality added to Odoo
Odoo now includes shared file upload support for view controllers, including progress indicators users can see during uploads. This helps apps such as Manufacturing offer clearer upload feedback similar to the Documents app.
Original PR description
This commit adds mixin to manage file uploads in view controllers and to display progress bars. The first motivation and use case is to allow MRP to manage and display uploads like in Documents. Task: #2074822