-
- Downloads
[FIX] stock: Display translated picking description in delivery slip
Issue
- Install English and French languages
- Create a customer contact and assign french as his language
- Create a product with correct names in both languages.
For example 'French product name' and 'English product name' for easy reference.
- Create an inventory transfer with the french customer as contact
- Add the product that you created
- Print > Delivery Slip
The report will show in the lines:
"""
French product name
English product name
"""
Cause
Getting product description without checking partner language.
Solution
If partner is set, get product description with partner language in context.
opw-2280490
closes odoo/odoo#53977
Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
Showing
- addons/purchase_stock/models/purchase.py 2 additions, 1 deletionaddons/purchase_stock/models/purchase.py
- addons/stock/models/stock_move.py 2 additions, 1 deletionaddons/stock/models/stock_move.py
- addons/stock/models/stock_move_line.py 2 additions, 1 deletionaddons/stock/models/stock_move_line.py
- addons/stock/models/stock_rule.py 6 additions, 1 deletionaddons/stock/models/stock_rule.py
Please register or sign in to comment