feat(orion): extend report layout settings to version 1.1

This commit is contained in:
Schubert Ferenc 2026-07-12 14:56:15 +02:00
parent 12e1761a5b
commit 613ffdc8b7
591 changed files with 3601 additions and 999 deletions

View file

@ -13,6 +13,7 @@ from app.models.report_template import (
ReportTemplate,
TextBlock,
)
from app.models.report_settings import OrionReportSettings
from app.models.user import User
from app.models.validation import Validation
@ -29,6 +30,7 @@ __all__ = [
"MeasurementImportValue",
"ReportSection",
"ReportTemplate",
"OrionReportSettings",
"TextBlock",
"User",
"Validation",