line, book - wf + tests
This commit is contained in:
parent
ba442b726e
commit
654e9d2ee7
25 changed files with 786 additions and 160 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
from trytond.pool import Pool
|
||||
from .book import Book
|
||||
from .account_type import AccountType
|
||||
from .types import Type
|
||||
from .line import Line, LineContext
|
||||
from .wizard_openline import OpenCashBook, OpenCashBookStart
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
AccountType,
|
||||
Type,
|
||||
Book,
|
||||
LineContext,
|
||||
Line,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue