evaluation/graph: anzeige läuft
This commit is contained in:
parent
26d16a7297
commit
71ad546b21
13 changed files with 366 additions and 296 deletions
|
@ -4,7 +4,8 @@
|
|||
# full copyright notices and license terms.
|
||||
|
||||
from trytond.pool import Pool
|
||||
from .evaluation import Evaluation, EvaluationLineRel
|
||||
from .evaluation import Evaluation
|
||||
from .line import EvaluationLine
|
||||
from .currency import Currency
|
||||
from .evaluation_context import EvaluationContext
|
||||
from .evaluation_wizard import OpenChartWizard
|
||||
|
@ -13,7 +14,7 @@ def register():
|
|||
Pool.register(
|
||||
Currency,
|
||||
Evaluation,
|
||||
EvaluationLineRel,
|
||||
EvaluationLine,
|
||||
EvaluationContext,
|
||||
module='cashbook_report', type_='model')
|
||||
Pool.register(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue