mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-10 14:52:42 +02:00
feat: add Transaction Entity
This commit is contained in:
@@ -26,6 +26,7 @@ class TransactionRuleAction(models.Model):
|
||||
notes = "notes", _("Notes")
|
||||
category = "category", _("Category")
|
||||
tags = "tags", _("Tags")
|
||||
entities = "entities", _("Entities")
|
||||
|
||||
rule = models.ForeignKey(
|
||||
TransactionRule,
|
||||
|
||||
Reference in New Issue
Block a user