add splitline

This commit is contained in:
Frederik Jaeckel 2023-01-15 23:06:47 +01:00
parent 90fbfa3fde
commit b9b500624e
13 changed files with 299 additions and 27 deletions

View file

@ -8,6 +8,7 @@ from .types import Type
from .book import Book
from .reconciliation import Reconciliation
from .line import Line
from .splitline import SplitLine
def register():
@ -15,5 +16,6 @@ def register():
Type,
Book,
Line,
SplitLine,
Reconciliation,
module='cashbook_investment', type_='model')