line: add fields 'Fee' + 'Dividend' - todos
This commit is contained in:
parent
438035cca2
commit
982f21f06e
12 changed files with 569 additions and 0 deletions
|
@ -9,6 +9,7 @@ from .book import Book
|
|||
from .reconciliation import Reconciliation
|
||||
from .line import Line
|
||||
from .splitline import SplitLine
|
||||
from .assetsetting import AssetSetting
|
||||
|
||||
|
||||
def register():
|
||||
|
@ -18,4 +19,5 @@ def register():
|
|||
Line,
|
||||
SplitLine,
|
||||
Reconciliation,
|
||||
AssetSetting,
|
||||
module='cashbook_investment', type_='model')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue