bemade-addons/bemade_sports_clinic/views
Denis Durepos 6cfb9551b0 feat: Implement comprehensive ACL and RPC security fixes
- Fix ACL test assumptions about browse() behavior
  * Update tests to check field-level access instead of browse().exists()
  * Correct test methodology for AccessError validation

- Implement buddy method pattern for RPC security
  * Refactor all sudo()/api.model methods to use public/private pattern
  * Public methods perform access checks, private methods contain privileged ops
  * Prevents RPC privilege escalation vulnerabilities

- Enhanced security architecture
  * Add comprehensive mail activity portal access rules
  * Strengthen partner access controls
  * Update controller method references to use secure public methods

- Test suite improvements
  * Add extensive mail activity portal access tests
  * Update player removal tests to use public method interfaces
  * Improve test coverage for security scenarios

- Security best practices enforcement
  * All privileged operations now encapsulated in private methods
  * Clear separation between public API and internal operations
  * Maintains functionality while securing RPC access

Resolves RPC security vulnerabilities and establishes proper ACL enforcement patterns.
2025-07-22 21:07:51 -04:00
..
injury_management_portal_templates.xml [REF] bemade_sports_clinic: Remove injury models and simplify data model 2025-07-16 11:37:50 -04:00
player_management_portal_templates.xml feat: Implement comprehensive ACL and RPC security fixes 2025-07-22 21:07:51 -04:00
portal_activity_detail_template.xml feat: Implement comprehensive ACL and RPC security fixes 2025-07-22 21:07:51 -04:00
res_partner_views.xml Migrated bemade_sports_clinic to 18.0 2025-06-20 14:56:47 -04:00
res_users_views.xml [REF] bemade_sports_clinic: Remove injury models and simplify data model 2025-07-16 11:37:50 -04:00
sports_clinic_menus.xml Created portal views for therapists and Report Injury functionality for portal users (coaches and therapists). 2025-06-21 21:24:50 -04:00
sports_clinic_portal_views.xml feat: Implement comprehensive ACL and RPC security fixes 2025-07-22 21:07:51 -04:00
sports_clinic_portal_views.xml.bak [IMP] bemade_sports_clinic: Refactor portal views and enhance treatment notes 2025-07-11 21:47:50 -04:00
sports_patient_injury_portal.xml [IMP] bemade_sports_clinic: Refactor portal views and enhance treatment notes 2025-07-11 21:47:50 -04:00
sports_patient_injury_views.xml [IMP] bemade_sports_clinic: Refactor portal views and enhance treatment notes 2025-07-11 21:47:50 -04:00
sports_patient_views.xml Created portal views for therapists and Report Injury functionality for portal users (coaches and therapists). 2025-06-21 21:24:50 -04:00
sports_team_views.xml Created portal views for therapists and Report Injury functionality for portal users (coaches and therapists). 2025-06-21 21:24:50 -04:00
task_management_portal_templates.xml feat: Implement comprehensive ACL and RPC security fixes 2025-07-22 21:07:51 -04:00
treatment_note_views.xml [FIX] bemade_sports_clinic: Fix treatment note views for Odoo 18 compatibility 2025-07-12 12:39:29 -04:00