odoo/enterprise#78860
Created by Logistics, José Carlos da Silva Cruz (jcsc)
Blocked
- Merge method
- Review
-
CI
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- ci/l10n: (runtime 0s)
- Linked pull requests
- label
- odoo-dev:master-mrp-b2b-182-jcsc
- head
- bda1554f2a52d13b1a4f927e7eb4fe294bb45f89
odoo/odoo | odoo/enterprise | |
---|---|---|
master | #196999 missing statuses missing r+ | #78860 missing statuses missing r+ |
[IMP] quality_control: minor improvements
1) Product Attributes in QC Wizard
The quality check wizard within purchase orders does not display sufficient information when dealing with product variants.
For example, if a company purchases tables in two colors -white and black- and needs to perform a quality check upon receipt, the wizard currently does not indicate which variant is being checked, as both products share the same name.
This commit resolves this ambiguity by displaying the product's 'display_name' insted of just its name.
2) Quality Points: Search By Title
Previously, when searching for a QP by title in the search view, the system relied on the 'reference' column internally. For improved clarity, this has been changed to a title filter.