Rename TemplateTransaction into RecurrentTransaction

This commit is contained in:
Yohann D'ANELLO 2020-03-19 20:37:48 +01:00
parent 74c0fcca83
commit 801f948a7d
7 changed files with 17 additions and 17 deletions

View file

@ -168,7 +168,7 @@ class Transaction(PolymorphicModel):
return _('Transfer')
class TemplateTransaction(Transaction):
class RecurrentTransaction(Transaction):
"""
Special type of :model:`note.Transaction` associated to a :model:`note.TransactionTemplate`.
"""