book/line: felder für quantity, etc.
This commit is contained in:
parent
510b85f99f
commit
70416dbc12
15 changed files with 583 additions and 0 deletions
|
@ -4,7 +4,13 @@
|
|||
# full copyright notices and license terms.
|
||||
|
||||
from trytond.pool import Pool
|
||||
from .types import Type
|
||||
from .book import Book
|
||||
from .line import Line
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
Type,
|
||||
Book,
|
||||
Line,
|
||||
module='cashbook_investment', type_='model')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue