fix(rules): unable to save

This commit is contained in:
Herculino Trotta
2025-03-09 01:26:42 -03:00
parent e9bc35d9b2
commit 17697dc565

View File

@@ -16,6 +16,7 @@ class TransactionRuleForm(forms.ModelForm):
class Meta:
model = TransactionRule
fields = "__all__"
exclude = ("owner", "shared_with", "visibility")
labels = {
"on_create": _("Run on creation"),
"on_update": _("Run on update"),