Monday, August 9, 2021
2 changes · master
New functionality added to Odoo
Online shoppers now see stock availability based on what is actually available to sell, improving consistency with sales operations. The shop also supports clearer availability messages, ordering rules, and email notifications when wishlist products come back in stock.
Original PR description
This PR is changing the way product stock is managed in the website shop : free_qty is used instead of current virtual_quantity. Also, allow_to_order and custom inventory availability messages are introduced on the product to better handle what is displayed to the user when he is ordering. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Businesses can now create direct links for coupons and promotions that customers can use to apply offers to their online orders. If an offer cannot be applied right away, the customer sees the reason and the website remembers the offer to try again when the cart changes.
Original PR description
Coupons and promotion programs can now be shared by creating a link that can directly be used by the customer. Using the link, the system will try to apply the coupon/promotion to the customer's order. If this can't be done, the error will be shown to the user, for instance "A minimum amount of 1000$ is required to get the free ipad". That coupon/promotion will then be stored in session and the system will try automatically reapply it when something is added to the cart. task-2489749 Co-authored-by: Romain Derie <rde@odoo.com> Co-authored-by: Jeremy Kersten <jke@odoo.com> Co-authored-by: Tom De Caluwé <tdc@odoo.com>