Friday, July 31, 2020
4 changes · master
Enhancements to existing features
Website blog users can now add tags to blog posts directly from the website editor instead of switching to the backend. A new search bar also makes it easier for visitors and editors to find specific blog posts when there is a lot of content.
Original PR description
Currently it is only possible to add a tag on a blog_post from the backend. We're adding a way to add them from the frontend so that it's easier and more fluid for the end user. We're also adding a search bar to ease the blog post navigation and search. task-2267693 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Adds clearer inventory forecasting with replenishment details, incoming and outgoing document links, stock on hand, and stock value visibility. Sales, purchasing, manufacturing, and inventory users can better anticipate shortages, track supply and demand, and make faster fulfillment decisions.
Original PR description
Add useful metrics bellow the forecast graph view. A list of incoming and outgoing moves for the current products. A link between outgoing and incoming documents. (base on the delivery and receipt date) Quantity on hand, the value in stock. Also add a new forecast widget on moves, sale order lines. The widget display the reserved quantity or an expected date for the receipt. More details in each commits. task-2058495
This update separates test-related assets for IAP, Mail Bot, and Snailmail so they can be managed more cleanly. It supports smoother maintenance and safer upgrades by keeping testing resources organized without changing day-to-day user workflows.
Original PR description
Necessary to merge in saas-13.4: https://github.com/odoo/odoo/pull/53826
This update adds support files for testing the Approvals app, helping ensure future changes can be checked more reliably. It is an internal quality improvement and should not change day-to-day user workflows.
Original PR description
Necessary to merge in saas-13.4: https://github.com/odoo/enterprise/pull/11523