- Added integrated mail.activity system for task management - Implemented portal access to activities for treatment professionals - Added activity creation, completion, and reassignment functionality - Enhanced player management with Canadian address validation - Improved injury tracking with parental consent and document attachments - Implemented layered security architecture (ACL + Record Rules + Controller filtering) - Added French Canadian (fr_CA) localization support - Enhanced portal UI with activity counts and navigation - Implemented RPC security protection with buddy method pattern - Added comprehensive demo data and integration features - Updated manifest to reflect all new capabilities and improvements
9 lines
346 B
Python
9 lines
346 B
Python
from . import test_patient
|
|
from . import test_rights
|
|
from . import test_users
|
|
from . import test_portal_access
|
|
from . import test_treatment_professional_consistency
|
|
from . import test_player_removal
|
|
from . import test_mail_activity_portal_access
|
|
from . import test_mail_activity_portal_integration
|
|
from . import test_project_task_portal_security
|