tabelle 'reconciliation' neu
This commit is contained in:
parent
ae5303658e
commit
01825cc09c
13 changed files with 571 additions and 36 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue