mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[FIX] rma_sale_mrp: description
- When creating an RMA for a kit from the portal, the description was lost for the components.
This commit is contained in:
@@ -68,6 +68,7 @@ class SaleOrderRmaWizard(models.TransientModel):
|
||||
for kit_line in product_kit_component_lines:
|
||||
kit_line.quantity = min(qty_to_return, kit_line.quantity)
|
||||
kit_line.operation_id = line.operation_id
|
||||
kit_line.description = line.description
|
||||
kit_line.kit_qty_done = (
|
||||
kit_line.quantity / kit_line.per_kit_quantity
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user