auswertung: Feld 'lines', pie-chart als test
This commit is contained in:
parent
34a3a987fa
commit
085228e047
12 changed files with 402 additions and 16 deletions
|
@ -4,9 +4,10 @@
|
|||
# full copyright notices and license terms.
|
||||
|
||||
from trytond.pool import Pool
|
||||
from .evaluation import Evaluation
|
||||
from .evaluation import Evaluation, EvaluationCashbookRel
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
Evaluation,
|
||||
EvaluationCashbookRel,
|
||||
module='cashbook_report', type_='model')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue