Thursday, May 25, 2023
10 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
Recruitment users can now filter job positions using a search panel for departments and companies. This makes it faster to narrow down job listings and manage openings across organizational units.
Original PR description
task-3332640 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The point of sale interface has been adjusted to work better on mobile devices, including updated screen layouts and popups used by waiters. Table order badges now show the number of items still needing preparation or printing, helping staff see pending work more clearly.
Original PR description
The PoS needed improvments for the mobile use. This commit is changing the display of some screen and popups like the NumberPopup. It also changes the logic of the order count badge on the table. It now displays the number of orderline (and their quantity) to send to the printers or preparation display if there is at least one. Enterprise PR: odoo/enterprise#41013 task-id: 2893634 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The domain selector and search filters were refined to make filter conditions easier to read and manage. Users should see clearer filter descriptions, improved connector display, and a more comfortable dialog layout when building searches.
Original PR description
Task ID: 3324924
This update improves day-to-day manufacturing and inventory workflows with clearer production dates, searchable lot and serial details on work orders, kit scrapping, and optional replenishment after scrapping. It also adds better work-in-progress reporting and reduces avoidable errors by improving warehouse rule fallback behavior.
Original PR description
Combination of multiple small improvements in MRP, see different feature commits for details. Task: 2479234 --- 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
Manufacturing analysis now includes employee costs, giving businesses a more complete view of production expenses. Manufacturing tablet workflows also gain control over whether lot or serial numbers are prefilled, with a related update to keep quality checks aligned when lots change.
Original PR description
Combination of multiple small improvements in MRP, see different feature commits for details. Task: 2479234