From bf036f9d4df5bc2580e215a3987f9ad7da3f0c7a Mon Sep 17 00:00:00 2001
From: benjamin <benjamin@le-filament.com>
Date: Wed, 30 Mar 2022 15:55:43 +0200
Subject: [PATCH] [update] remove scop_contribution relation with account.move

---
 models/account_move.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/models/account_move.py b/models/account_move.py
index ffc5802..a810061 100644
--- a/models/account_move.py
+++ b/models/account_move.py
@@ -49,9 +49,6 @@ class ScopAccountMove(models.Model):
         string="N° Adhérent",
         related="partner_id.member_number",
     )
-    contribution_id = fields.Many2one(
-        comodel_name="scop.contribution", string="Ligne de cotisation"
-    )
     is_sdd = fields.Boolean(
         "Au prélèvement", compute="_compute_is_sdd", search="_search_is_sdd"
     )
-- 
GitLab