Thursday, May 25, 2023
5 changes · master
Enhancements to existing features
The Discuss channel member list has been visually refreshed so member avatars better match Odoo's current Milk design style. This provides a more consistent and polished experience when viewing participants in a channel.
Original PR description
Fitting the style of the channel member list with milk design. 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 QR Code Menu setting buttons in Point of Sale self-ordering have been restyled to look more polished and appealing. This makes the settings screen clearer and more pleasant for users configuring self-order options.
Original PR description
The buttons for the QR Code Menu setting are quite unappealing. This PR changes their style. Closes 3338270 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The partner portal now shows email and phone details in lead and opportunity lists, making it easier for partners to contact prospects quickly. The list labels were also clarified so users can better distinguish leads from opportunities.
Original PR description
**Before PR:** Improve the lead and opportunity list displayed on the partner portal. **After PR:** -> Add the Email and Phone field to the list of the lead and the opportunity. -> Change the name label of the lead's list with Lead. -> Change the name label of Opportunity's list with Opportunity. Task-3300626
The QR Code menu settings in Point of Sale self-order now show arrow icons on relevant buttons. This small visual update makes the settings page look more consistent and easier to scan.
Original PR description
This PR adds the arrow icons to buttons in the QR Code menu settings in the interest of making the styling more uniform with the rest of the page. Closes: 3339325 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Point of Sale IoT integration was updated to stay compatible with recent mobile-friendly changes to the payment screen. This helps ensure payment information continues to display correctly for restaurant and in-store workflows using connected PoS devices.
Original PR description
In a community commit, we change the display of some part of the PoS for a mobile use. In this commit, we change the payment lines xml structure on the PaymentScreen. The code in pos_iot had to be adapted then. Community PR: odoo/odoo#121286