- 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
7 lines
244 B
Python
7 lines
244 B
Python
from . import access_control_mixin
|
|
from . import team_staff_portal
|
|
from . import patient_injury_portal
|
|
from . import team_management_portal
|
|
from . import player_management_portal
|
|
from . import task_management_portal
|
|
from . import events_portal
|