Skip to content
Extraits de code Groupes Projets
Valider 354f0249 rédigé par Juliana's avatar Juliana
Parcourir les fichiers

[UPD]Add contract for all

parent 69c40485
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -243,6 +243,7 @@ class OperationsService(Component): ...@@ -243,6 +243,7 @@ class OperationsService(Component):
if role.get("isConsumer") or role.get("isProductor"): if role.get("isConsumer") or role.get("isProductor"):
domain += [ domain += [
("type", "!=", "convention"), ("type", "!=", "convention"),
("type", "!=", "all"),
("type", "!=", False), ("type", "!=", False),
] ]
if role.get("isPmo"): if role.get("isPmo"):
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter