Removing opening info from category

This commit is contained in:
2025-02-12 21:35:39 +01:00
parent b6bef1f775
commit 2fa5e04dca

View File

@@ -62,8 +62,6 @@ class CategoryWrite(BaseAccountWrite):
}
}
})
opening_date: date = date(1970, 1, 1)
opening_balance: Decimal = 0
class CategoryCreate(CategoryWrite):
pass