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>
18 lines
457 B
Python
18 lines
457 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_schedule
|
|
from . import clock_correction
|
|
from . import res_company
|