add splitline
This commit is contained in:
parent
90fbfa3fde
commit
b9b500624e
13 changed files with 299 additions and 27 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue