Completed sanitization for production testing phase.
This commit is contained in:
parent
8e98592306
commit
3ce3b2a1de
2 changed files with 4 additions and 2 deletions
|
|
@ -32,8 +32,7 @@ class PatientInjury(models.Model):
|
||||||
"""Get the current date in the user's time zone."""
|
"""Get the current date in the user's time zone."""
|
||||||
return datetime.now(pytz.timezone(self.env.user.tz or "GMT"))
|
return datetime.now(pytz.timezone(self.env.user.tz or "GMT"))
|
||||||
|
|
||||||
# TODO: Find a way to improve notifications send about tracking injury details
|
# TODO: Find a way to improve notifications sent about tracking injury details
|
||||||
# TODO: Add field consentement_parental = fields.Selection(oui, non, non-applicable)
|
|
||||||
|
|
||||||
patient_id = fields.Many2one(
|
patient_id = fields.Many2one(
|
||||||
comodel_name="sports.patient",
|
comodel_name="sports.patient",
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,9 @@
|
||||||
- [ ] **Fix configuration issues**
|
- [ ] **Fix configuration issues**
|
||||||
- [ ] Fix injury update chatter links pointing to example.com before going live
|
- [ ] 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
|
## Medium Priority
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue