Skip to content

Commit

Permalink
Merge pull request #1 from julienCozo/fix_recurrency_compute_dependen…
Browse files Browse the repository at this point in the history
…cies

[FIX] fix compute next period date end dependencies
  • Loading branch information
MTantin authored Dec 3, 2024
2 parents 5943315 + c7fed34 commit 6e66374
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contract/models/contract_recurrency_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ def _compute_next_period_date_start(self):
"recurring_invoicing_offset",
"recurring_rule_type",
"recurring_interval",
"date_end",
"recurring_next_date",
)
def _compute_next_period_date_end(self):
for rec in self:
Expand Down

0 comments on commit 6e66374

Please sign in to comment.