evaluation - currency filtert ungenutzte währungen + test
This commit is contained in:
parent
01470569e7
commit
3278fc7e52
4 changed files with 125 additions and 2 deletions
|
@ -6,9 +6,11 @@
|
|||
from trytond.pool import Pool
|
||||
from .evaluation import Evaluation, EvaluationCashbookRel, \
|
||||
EvaluationTypeRel, EvaluationCurrencyRel
|
||||
from .currency import Currency
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
Currency,
|
||||
Evaluation,
|
||||
EvaluationCashbookRel,
|
||||
EvaluationTypeRel,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue