config: allow setting of holidays for each user
This commit is contained in:
parent
b5994996de
commit
3c65390284
7 changed files with 110 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue