bemade-addons/bemade_sports_clinic/models/__init__.py
Denis Durepos ca57ec8f16 [IMP] bemade_sports_clinic: Refactor portal views and enhance treatment notes
- Refactor portal templates to eliminate intra-module template inheritance
- Integrate emergency contacts section into player injuries template
- Add full internal admin views for treatment notes with chatter support
- Fix ORM warning in test_rights by using proper ORM commands
- Update manifest to reflect new functionality (v18.0.1.9.0)

This refactoring improves template stability by removing XPath errors and
provides treatment professionals with better access to emergency contacts
and treatment notes both in portal and backend interfaces.
2025-07-11 21:47:50 -04:00

9 lines
245 B
Python

from . import mail_followers
from . import patient
from . import patient_injury
from . import patient_contact
from . import res_partner
from . import sports_team
from . import res_users
from . import treatment_note
from . import injury_document