Replaces Odoo Planning's planning.role: name+colour model with the same 1-11 palette, employee default/allowed role fields, Employee Roles editor, role_id on shift template + schedule with default resolution, ACLs, menus. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
21 lines
604 B
Python
21 lines
604 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import test_nfc_models
|
|
from . import test_clock_nfc_kiosk
|
|
from . import test_shift_planner
|
|
from . import test_photo_retention
|
|
from . import test_schedule_driven
|
|
from . import test_dashboard
|
|
from . import test_pay_period
|
|
from . import test_settings
|
|
from . import test_clock_kiosk
|
|
from . import test_break_rules
|
|
from . import test_pending_reason_exempt
|
|
from . import test_role
|
|
from . import test_recurrence
|
|
from . import test_publish_range
|
|
from . import test_open_shift
|
|
from . import test_overnight
|
|
from . import test_multishift_window
|
|
from . import test_planning_migration
|