tabelle 'reconciliation' neu

This commit is contained in:
Frederik Jaeckel 2022-08-11 15:00:35 +02:00
parent ae5303658e
commit 01825cc09c
13 changed files with 571 additions and 36 deletions

View file

@ -10,6 +10,7 @@ from .line import Line, LineContext
from .wizard_openline import OpenCashBook, OpenCashBookStart
from .configuration import Configuration, UserConfiguration
from .category import Category
from .reconciliation import Reconciliation
def register():
Pool.register(
@ -20,6 +21,7 @@ def register():
Book,
LineContext,
Line,
Reconciliation,
OpenCashBookStart,
module='cashbook', type_='model')
Pool.register(