auswertung-tabelle, menü, icon

This commit is contained in:
Frederik Jaeckel 2022-10-28 13:27:33 +02:00
parent bab6c88aea
commit 34a3a987fa
13 changed files with 608 additions and 0 deletions

View file

@ -4,7 +4,9 @@
# full copyright notices and license terms.
from trytond.pool import Pool
from .evaluation import Evaluation
def register():
Pool.register(
Evaluation,
module='cashbook_report', type_='model')