diff --git a/__manifest__.py b/__manifest__.py
index 660bce89e31262ab04d0f5eeff2d3fe3b3daf8b2..26c7db0323dcf746f9486b055dde7ff9696bcba9 100644
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -14,7 +14,6 @@
         "lefilament_export_journal_tool",
         "cgscop_cotisation",
         "queue_job_batch",
-        "web_progress",
     ],
     "data": [
         # Security
diff --git a/models/scop_cotisation_cg.py b/models/scop_cotisation_cg.py
index 163b240b8caa6380c29ee753c5b40dfa342f4d0c..e1c16c00291cd041ed8dae17461bc275601fa1bf 100644
--- a/models/scop_cotisation_cg.py
+++ b/models/scop_cotisation_cg.py
@@ -565,7 +565,7 @@ class ScopCotisation(models.Model):
         total_cg = total_hdf = total_com = total_med = total_cae = total_indus = 0
         count_member = 0
 
-        for m in self.web_progress_iter(members, msg="cotisations calculées"):
+        for m in members:
             liasse = self.get_liasse(m)
             line_ids = AccountMoveLine.search(
                 [