Skip to content
Snippets Groups Projects
Commit bf036f9d authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[update] remove scop_contribution relation with account.move

parent f9fd6e44
No related branches found
No related tags found
No related merge requests found
......@@ -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"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment