diff --git a/rma_sale/wizard/sale_order_rma_wizard.py b/rma_sale/wizard/sale_order_rma_wizard.py index 537c72e7..4d9fc229 100644 --- a/rma_sale/wizard/sale_order_rma_wizard.py +++ b/rma_sale/wizard/sale_order_rma_wizard.py @@ -130,6 +130,8 @@ class SaleOrderLineRmaWizard(models.TransientModel): and r.sale_line_id.order_id == record.order_id ) ) + else: + record.move_id = False @api.depends("order_id") def _compute_allowed_product_ids(self):