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