From 3ce3b2a1dea74a88fb40eb2e68a4e2c6b701a327 Mon Sep 17 00:00:00 2001 From: Denis Durepos Date: Fri, 1 Aug 2025 06:05:13 -0400 Subject: [PATCH] Completed sanitization for production testing phase. --- bemade_sports_clinic/models/patient_injury.py | 3 +-- bemade_sports_clinic/notes/TODO.md | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bemade_sports_clinic/models/patient_injury.py b/bemade_sports_clinic/models/patient_injury.py index 266e651..44a58be 100644 --- a/bemade_sports_clinic/models/patient_injury.py +++ b/bemade_sports_clinic/models/patient_injury.py @@ -32,8 +32,7 @@ class PatientInjury(models.Model): """Get the current date in the user's time zone.""" return datetime.now(pytz.timezone(self.env.user.tz or "GMT")) - # TODO: Find a way to improve notifications send about tracking injury details - # TODO: Add field consentement_parental = fields.Selection(oui, non, non-applicable) + # TODO: Find a way to improve notifications sent about tracking injury details patient_id = fields.Many2one( comodel_name="sports.patient", diff --git a/bemade_sports_clinic/notes/TODO.md b/bemade_sports_clinic/notes/TODO.md index 3a3c289..8878e88 100644 --- a/bemade_sports_clinic/notes/TODO.md +++ b/bemade_sports_clinic/notes/TODO.md @@ -20,6 +20,9 @@ - [ ] **Fix configuration issues** - [ ] Fix injury update chatter links pointing to example.com before going live +- [ ] **Improve notification system** + - [ ] Find a way to improve notifications sent about tracking injury details + ## Medium Priority