config: allow setting of holidays for each user

This commit is contained in:
Frederik Jaeckel 2024-06-01 13:33:45 +02:00
parent b5994996de
commit 3c65390284
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,