Daily updates from Odoo
Wednesday, April 22, 2015
4 changes · master
Enhancements to existing features
Sales quotes now keep the expected print options when producing sale order reports. This helps users generate customer-facing quotations with the right website quote details and layout more reliably.
Original PR description
Task: https://www.odoo.com/web#id=12579&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.rwbM4esMYYv4vxqr
The website quotation flow no longer shows or keeps visible history information in quotation-related pages and reports. This helps present quotes more cleanly to customers and reduces exposure of past changes that are not needed for business review.
Original PR description
Task : https://www.odoo.com/web?#id=12541&view_type=form&model=project.task&menu_id=3942&action=327 Pad : https://pad.odoo.com/p/r.Z3FPjuu79b23POBG
The Lunch app was modernized to make ordering smoother and easier to maintain. Users can now see previous orders in the order screen, receive balance warnings before confirming, and benefit from cleaner reports and more reliable order-date handling.
Original PR description
Task: https://www.odoo.com/web#id=10450&view_type=form&model=project.task&action=333&active_id=248
Resolved issues and error corrections
Document searches now avoid a slow processing pattern that could make pages take over a minute to load when many records are present. This keeps document list counts and searches responsive even for very large document libraries.
Original PR description
This fix prevents the request from taking polynomial time when searching for a lot of documents. At 160k documents, this takes > 1 minute. With this change it is < 25ms. Note that since the web interface does a search_count when loading a page to get the total count, a search will always be done on all documents, triggering this.