Thursday, April 7, 2022
5 changes · master
Enhancements to existing features
This update lets businesses using Stripe process customer refunds directly from Odoo, reducing the need to switch between systems. It also cleans up the Stripe payment handling code to make future maintenance easier and more reliable.
Original PR description
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
The website editor's command menu has been visually refreshed and now hides itself when no matching commands are available, avoiding an unnecessary “No results” message. Keyboard navigation through grouped commands has also been corrected, making the editor smoother and more predictable to use.
Original PR description
- When no command is found in the Powerbox, the text "No results" is shown, which is annoying. Instead, this hides the Powerbox, and restores it if needed (on backspace for instance). - This is a general design upgrade for the Powerbox. task-2802749 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The mail app’s attachment viewer has been improved with clearer controls for closing, downloading, and moving between attachments. This makes reviewing images, videos, and other shared files in conversations smoother and more reliable for users.
Original PR description
Task-2579306
The barcode stock screens are easier to use, with clearer product references, completion highlighting, better small-screen keypad spacing, and stock moves shown on the information page. Picking details also now include the chatter, and location-based pages are ordered by location name for more predictable navigation.
Original PR description
- Small UI improvements:
- Add supplier reference in the move line when it exists
- Highlight in green when the quantity done is the amount expected
- Change layout of the digipad to have more space in smaller screens
- Show stock moves in kanban view in the information page
- Add the chatter of the picking in the information page.
- Fix that when locations are activated, pages would not appear in the order of the stock location name but in the order of the index of the location in the db.
Task-ID: 2766631Resolved issues and error corrections
The accounting payment widget now shows exchange differences with the correct amount and label, reducing confusion when invoices and payments use different currencies. Reconciled entry views and payment details also better reflect both company and foreign currency amounts where relevant.
Original PR description
Task ID: 2712093 Currently: - In the payment widget the exchange difference value is always shown as 0 and is described as "Paid on", which can be confusing for a user - In the Reconciled entries smart button of the exchange difference entry not all reconciled lines are visible - If the invoice is in a foreign currency but the customer paid in company currency, the widget still shows foreign currency that can fluctuate and can be confusing Desired: - The exchange difference should have the difference amount and be described as "Exchange difference" (text-muted) - All reconciled lines should be visible when opening Reconciled Entries from the Exchange difference entry - When the invoice is in a foreign currency, show the foreign amount with ~ and show the actual amount paid in the pop-up -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr