Skip to content

Commit

Permalink
Update contract_group.py
Browse files Browse the repository at this point in the history
updateing
  • Loading branch information
minedcp authored Jul 1, 2024
1 parent 29b6554 commit 2ef1a5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recurring_contract/models/contract_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ def generate_invoices(self):
Context value async_mode set to False can force to perform
the task immediately.
"""
self.ensure_one()
invoicer = self.env["recurring.invoicer"].create({})
if self.env.context.get("async_mode", True):
for group in self:
Expand Down

0 comments on commit 2ef1a5b

Please sign in to comment.