config: allow setting of holidays for each user

This commit is contained in:
Frederik Jaeckel 2024-06-01 13:33:45 +02:00
parent 73a7c1d86c
commit b5f774003f
7 changed files with 110 additions and 0 deletions

View file

@ -9,10 +9,13 @@ from .planner import ScheduledBooking, ScheduledBookingCashbookRel
from .cashbook import Cashbook, CashbookLine
from .cron import Cron
from .nextrun import NextRun
from .config import Configuration, UserConfiguration
def register():
Pool.register(
Configuration,
UserConfiguration,
Rule,
ScheduledBooking,
NextRun,