From 07243ae7c05638c06a63e6869c058a9174a4e735 Mon Sep 17 00:00:00 2001 From: Matthieu Dietrich Date: Wed, 31 Aug 2016 16:17:33 +0200 Subject: [PATCH] Change picking type to "Out" --- crm_claim_rma/wizards/claim_make_picking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crm_claim_rma/wizards/claim_make_picking.py b/crm_claim_rma/wizards/claim_make_picking.py index d09082e7..d896bf72 100644 --- a/crm_claim_rma/wizards/claim_make_picking.py +++ b/crm_claim_rma/wizards/claim_make_picking.py @@ -157,7 +157,7 @@ class ClaimMakePicking(models.TransientModel): picking_type = warehouse_rec.in_type_id write_field = 'move_in_id' else: - picking_type = warehouse_rec.int_type_id + picking_type = warehouse_rec.out_type_id write_field = 'move_out_id' partner_id = claim.delivery_address_id.id