Tuesday, September 7, 2021
4 changes · master
Enhancements to existing features
Appointment types can now be archived instead of permanently removed or left visible when no longer needed. This helps teams keep appointment setup lists tidy while preserving past configuration and related history.
This update improves quality control usability with clearer labels, better search and filtering, new product navigation, and more consistent status indicators. It also makes quality checks easier to review by clarifying whether they relate to stock or manufacturing and by adding more useful details to PDF reports.
Original PR description
Various UI improvements in modules related to quality_control. 1. In the quality.check tree view, allow to search / group by / sort by finished lot/serial number. 2. Allow to select product…
Various UI improvements in modules related to quality_control. 1. In the quality.check tree view, allow to search / group by / sort by finished lot/serial number. 2. Allow to select product categories instead of only individual products for the set up of a quality.point. Both should be usable at the same time. 3. FIX : if a user select "Operation Type: Manufacturing" and doesn't specify a Work Operation, products can't be selected anymore. Allow to select freely products if no Work Operation is selected yet. 4. Create a new menu dedicated to products like in stock. 5. Rename 'name' column of quality.check to 'reference' to match quality.point 6. Make state icon red/green everywhere for quality.check stat buttons (picking, MO) and make failed state red in tree view 7. Quality Alerts : Rename 'Make Alert' to 'Create Alert' 8. Remove default group by when accessing quality control points and add a order by reference by default on the quality check tree view 9. If a quality.check is linked to a manufacturing order, make picking option invisible. Make it dependent on quality.check state : if in 'to do' state, everything is editable. If done (failed or passed), the field which is not filled out is not to be edited anymore and is simply invisible. 10. Rename 'control type' to 'control frequency' 11. Add various informations on quality.check worksheet pdf report. 12. When a quality point is linked to a work order operation, it is somewhat different than a standard quality point (its a manufacturing step). Therefore, when a quality check is linked to such a quality point, it should be easily differentiable when doing reporting. Therefore, add a filter capabilility in quality.point and quality.check that allows to differentiate these. Task-2524922 See odoo/upgrade#2743
This update streamlines product-related screens and settings across several business apps, making product configuration more consistent and easier to use. Teams working with manufacturing, eBay sales, planning, rentals, subscriptions, and product classification should see clearer product information where they manage these workflows.
Original PR description
[task-2605931](https://www.odoo.com/web#cids=1&id=2605931&model=project.task&menu_id=)
Partner commissions now support a company-level minimum purchase order amount before automatic confirmation, helping avoid payment fees on very small payouts. Commission plans can also be archived and limited to specific companies, reducing mistakes when assigning plans across sales orders or subscriptions.
Original PR description
Minimum amount -------------- Add a new restriction for automatic confirmation of the PO: The Po should have a minimum amount_total define per company if a po does not have reach the minimum amount, it will not be confirmed automatically. So, the po wait for more commission. This avoid to pay to payment fee for small commission. Archive ------- Allow commission plan to be archived Commission plan multi company ----------------------------- Commission plan can be link to only one company, in that case it won't be possible to assign the plan to a subscription or sale order from another company. + Fix the settings Migration PR: https://github.com/odoo/upgrade/pull/2790 Task [#2629418](https://www.odoo.com/web#id=2629418&model=project.task&view_type=form&cids=1%2C3%2C17&menu_id=)