Add full Recurring Donation automation with SMS alerts
This commit is contained in:
parent
71d6f40abf
commit
e197dfb1ca
|
|
@ -249,6 +249,7 @@ class DonationRecurring(models.Model):
|
|||
for record in self:
|
||||
record.state = 'cancel'
|
||||
record.active = False
|
||||
record.date_end = fields.Date.context_today(self)
|
||||
|
||||
def action_reset_to_active(self):
|
||||
for record in self:
|
||||
|
|
|
|||
Loading…
Reference in New Issue