diff --git a/services/operation_services.py b/services/operation_services.py
index 38b4b3c7fe8f60fce4ae9baaebda5c3e289ef1fe..5ccd5c455d0853c4e08c305dceef51d951f76bce 100644
--- a/services/operation_services.py
+++ b/services/operation_services.py
@@ -243,6 +243,7 @@ class OperationsService(Component):
             if role.get("isConsumer") or role.get("isProductor"):
                 domain += [
                     ("type", "!=", "convention"),
+                    ("type", "!=", "all"),
                     ("type", "!=", False),
                     ]
             if role.get("isPmo"):