- 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.
9 lines
245 B
Python
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
|