odoo/enterprise#79415
Created by fw-bot
Merged
at 213f46105eb3396a9abc4011d00ffb7f490294bb
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.
- ci/l10n: (runtime 1s)
Linked pull requests
- label
- odoo-dev:18.0-16.0-opw-4406582-3_step_description_inconsistency-gute-410076-fw
- head
- a0dcf24b8ae87f3051700728f08f0a77cd93b95f
- merged
- 7 months ago by Guillaume Teboul-Tornezy (gute)
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 |
[FW][FIX] stock_barcode: display description picking
Test that when creating a receipt or internal transfer using the barcode app, the description_picking field of the move_line is not empty.
Steps to reproduce the issue:
- Create a product with a description for receipts (e.g., 'receipt').
- In the barcode app, create a new receipt and add the product (leave it in draft).
- In the inventory app, check the corresponding receipt.
- The move_line has no description_picking, even though the product has one.
community: odoo/odoo#193996/files
Forward-Port-Of: #79349