auswertung: Feld 'lines', pie-chart als test

This commit is contained in:
Frederik Jaeckel 2022-10-28 19:31:37 +02:00
parent 34a3a987fa
commit 085228e047
12 changed files with 402 additions and 16 deletions

View file

@ -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')