diff --git a/product/ERP5/mixin/rule.py b/product/ERP5/mixin/rule.py
index b37414d2c5bb08e54d5183f2d1e284f0bd291d52..710f1c069e9363d6f8b39fa9ca6cce30df7467af 100644
--- a/product/ERP5/mixin/rule.py
+++ b/product/ERP5/mixin/rule.py
@@ -223,7 +223,7 @@ class RuleMixin:
     """
     raise NotImplementedError
 
-  def _getMovementGeneratorContext(self):
+  def _getMovementGeneratorContext(self, applied_rule):
     """
     Return the movement generator context to use for expand
     """