Change 1 of 2
Bypass quality checks
Quality admin users can validate inventory transfers without performing quality checks.
Official Odoo 20 release note
In plain words
Users in the Quality Administrator group can now validate a transfer that still has open quality checks. For them the Validate button stays available (shown as a secondary button while checks are pending) and the checks are skipped; other users still have to complete the checks first.
Where to find it
- Log in as a Quality Administrator.
- Inventory > Operations > Receipts, open a receipt that has quality checks to do.
- Click Validate.
For users
Quality administrators can push a receipt or delivery through without doing every check.
For developers
stock.picking gets a computed validate_button_style (primary / secondary / invisible) used by two Validate buttons; quality_control._check_for_quality_checks() returns nothing for quality.group_quality_manager, so _action_done() no longer raises for them. Same pattern for manufacturing orders and repairs.
Upgrading from Odoo 19
Custom views that hid the Validate button behind quality_check_todo should use validate_button_style instead.
