Adds x_fclk_nfc_kiosk_location_id (Many2one → fusion.clock.location) to res.company so each company can designate which NFC kiosk location it uses. Two tests cover field assignment and default-false behaviour. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
347 B
Python
14 lines
347 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import clock_location
|
|
from . import hr_attendance
|
|
from . import hr_employee
|
|
from . import clock_penalty
|
|
from . import clock_report
|
|
from . import res_config_settings
|
|
from . import clock_activity_log
|
|
from . import clock_leave_request
|
|
from . import clock_shift
|
|
from . import clock_correction
|
|
from . import res_company
|