Commit Graph

3 Commits

Author SHA1 Message Date
David
4f78ddcd08 [FIX] stock_picking_report_custom_description: avoid dupe product name
By default the sale description is set as
f"{product_name}\n{description". If we pass that string as the
description_picking, when we print the report, the name will be
duplicated. To avoid that effect, we want to trim the product name from
the description passed to the picking by default.

TT52044
2025-01-08 12:07:43 +01:00
Carolina Fernandez
ec0bb71531 [MIG] stock_picking_report_custom_description: Migration to 16.0 2025-01-08 12:07:43 +01:00
Pedro M. Baeza
1a159eca76 [FIX] stock_picking_report_custom_description: Transfer line description to move 2025-01-08 12:07:43 +01:00