diff --git a/rma/views/rma_order_line_view.xml b/rma/views/rma_order_line_view.xml
index e2bd79b2..803d3b81 100644
--- a/rma/views/rma_order_line_view.xml
+++ b/rma/views/rma_order_line_view.xml
@@ -12,7 +12,11 @@
-
+
@@ -36,7 +40,11 @@
-
+
@@ -186,6 +194,7 @@
name="lot_id"
groups="stock.group_production_lot"
attrs="{'required': [('product_tracking', 'in', ('serial', 'lot'))]}"
+ context="{'default_product_id': product_id,}"
/>