Tuesday, November 10, 2020
4 changes · master
Enhancements to existing features
Point of Sale now shows product serial or lot numbers while staff build an order, helping them confirm the correct tracked items before checkout. The same tracking information can also appear on receipts and POS-generated invoices when configured, improving customer documentation and traceability.
Original PR description
The goal of this task is to display the use of the serial number in the front end while making order and to display it on the receipt and invoice. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fixes a stock movement test issue and improves how related stock operations are confirmed in batches. Businesses with complex inventory flows should see better performance when the system processes many dependent stock moves.
Original PR description
- Fix the issue of the added test. - Also batch the `push_apply` + `_action_confirm` by doing confirm in BFS instead of DFS. Improve a lot the performance when the _action_confirm is on batch. WIP Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Slide tag filters now use readable links such as tag names instead of encoded numeric parameters, making shared URLs clearer for users. Existing old-style links continue to work, so previously shared links are not broken, and tag pages are also better handled for search engine indexing.
Original PR description
**PURPOSE:** - Clean URL when filtered on tags. Result for slides: /slides/all?tags=%5B4%5D Result for blog: /blog/tag/hotels-1,adventure-2 It's more clean on blog. **SPECIFICATION:** - When filter on tags, use the same nomenclature as for /blog. **LINKS:** TaskID: 2267840 Closes: https://github.com/odoo/odoo/pull/53621
Resolved issues and error corrections
This fixes a missing out-of-office panel in employee discussion threads. Business users can again quickly see leave-related availability information in the conversation context, reducing confusion when coordinating with colleagues.
Original PR description
task-2277511