Rename TemplateTransaction into RecurrentTransaction
This commit is contained in:
parent
74c0fcca83
commit
801f948a7d
7 changed files with 17 additions and 17 deletions
|
|
@ -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`.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue