Controller scaffold with GET /fusion_clock/kiosk/nfc, placeholder QWeb template, and HttpCase tests (10 pass, 0 failures). Fixed Odoo 19 res.users create API: groups_id -> group_ids. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
132 B
Python
7 lines
132 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import portal_clock
|
|
from . import clock_api
|
|
from . import clock_kiosk
|
|
from . import clock_nfc_kiosk
|