spitbuchung begonnen
This commit is contained in:
parent
9e64c49dc0
commit
bdbc9dc27f
10 changed files with 382 additions and 7 deletions
|
@ -7,6 +7,7 @@ from trytond.pool import Pool
|
|||
from .book import Book
|
||||
from .types import Type
|
||||
from .line import Line, LineContext
|
||||
from .splitline import SplitLine
|
||||
from .wizard_openline import OpenCashBook, OpenCashBookStart
|
||||
from .wizard_runreport import RunCbReport, RunCbReportStart
|
||||
from .configuration import Configuration, UserConfiguration
|
||||
|
@ -23,6 +24,7 @@ def register():
|
|||
Book,
|
||||
LineContext,
|
||||
Line,
|
||||
SplitLine,
|
||||
Reconciliation,
|
||||
OpenCashBookStart,
|
||||
RunCbReportStart,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue