diff --git a/report/scop_contribution_report.py b/report/scop_contribution_report.py
index ec3c52e3c4899e055c6344a9f65557d5cb0833b8..2c381a9ee8429a42d502e5b075543b84e4e093c9 100644
--- a/report/scop_contribution_report.py
+++ b/report/scop_contribution_report.py
@@ -67,7 +67,7 @@ class ScopContributionReport(models.Model):
 
     def print_contribution(self):
         self.ensure_one()
-        if self.has_bordereau():
+        if self.has_bordereau:
             bordereau = (
                 self.env["scop.bordereau"]
                 .sudo()