Tuesday, November 12, 2024
3 changes · 18.0
Enhancements to existing features
Online store stock availability now considers all warehouses when no specific warehouse is assigned to the website. This helps avoid understating available inventory and can improve the shopping experience by showing more accurate product availability.
Original PR description
If there is no warehouse set on website calculate free_qty in all warehouses. task-4251740
Bank reconciliation now automatically confirms matching payments that are still marked as in process when they exactly match an invoice amount. This reduces manual follow-up and keeps invoice and payment statuses aligned after reconciliation.
Original PR description
When you validate a bank reconciliation with an invoice, and there is a payment with state = 'In Process' of the exact amount on the invoice, the payment was not validated automatically (had state of 'Paid') before. This commit validates such payments automatically. task-4213193 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This improvement makes online rental availability more accurate when a website has no specific warehouse assigned. In that case, available rental stock is now calculated across all warehouses, helping customers see correct availability and reducing missed sales or confusion.
Original PR description
If there is no warehouse set on website calculate free_qty in all warehouses. task-4251740