odoo/odoo#193996
Created by Guillaume Teboul-Tornezy (gute)
Merged
at 236ea3d1d13306deb6081ddc37b86de373f848ba
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
Linked pull requests
- label
- odoo-dev:16.0-opw-4406582-3_step_description_inconsistency-gute
- head
- 8efc9a3201b96d7f288077454b78c3cd02b9e500
- merged
- 7 months ago by Logistics, Quentin Wolfs (quwo)
odoo/odoo | odoo/enterprise | |
---|---|---|
saas-17.4 | #193996 | #79349 |
18.0 | #197834 | #79415 |
saas-18.1 | #198186 | #79598 |
saas-18.2 | #198206 | #79608 |
saas-18.3 | ||
saas-18.4 | ||
19.0 | ||
master | #198549 | #79822 |
[FIX] stock: display correct description 3 step incoming
There is an inconsistency in the product description during 3-step incoming shipments.
How to reproduce the issue:
-
Enable three-step incoming shipments.
-
Create a product with a description for receipts (e.g., 'receipt') and a different description for internal transfers (e.g., 'transfer').
-
Create a receipt with the product, validate it, and open the corresponding picking for the internal transfer.
The move_line description_picking is taken from the receipt description instead of the internal transfer description (it shows 'receipt' instead of 'transfer').
PR with very similar issue: odoo/enterprise#77283
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr