fusion.clock.schedule.recurrence (repeat every N day/week/month/year; forever/until/N-times) re-fit from planning.recurrency onto per-day rows; daily generation cron; _fclk_on_leave skip; planner Repeat…/Stop-repeat UI + endpoints; recurrence + role indicators on cells. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
19 lines
488 B
Python
19 lines
488 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import pay_period
|
|
from . import clock_location
|
|
from . import hr_attendance
|
|
from . import hr_employee
|
|
from . import clock_penalty
|
|
from . import clock_break_rule
|
|
from . import clock_report
|
|
from . import res_config_settings
|
|
from . import clock_activity_log
|
|
from . import clock_leave_request
|
|
from . import clock_role
|
|
from . import clock_shift
|
|
from . import clock_recurrence
|
|
from . import clock_schedule
|
|
from . import clock_correction
|
|
from . import res_company
|