diff --git a/netforce_clinic/layouts/clinic_patient_list.xml b/netforce_clinic/layouts/clinic_patient_list.xml index 1f7b48d..82b19cd 100644 --- a/netforce_clinic/layouts/clinic_patient_list.xml +++ b/netforce_clinic/layouts/clinic_patient_list.xml @@ -1,19 +1,12 @@ - - - - + + - diff --git a/netforce_clinic/models/patient.py b/netforce_clinic/models/patient.py index de3b5ff..1c2ae2f 100644 --- a/netforce_clinic/models/patient.py +++ b/netforce_clinic/models/patient.py @@ -155,7 +155,7 @@ class Patient(Model): 'cycles': fields.One2Many("clinic.patient.cycle","patient_id", "Cycles"), "vascular_acc": fields.Many2One("clinic.vascular.access","Vascular Ac."), 'state': fields.Selection([['admit','Admit'],['dispose','Dispose']],'State'), - 'walkin': fields.Selection([['yes','Yes'],['no','No']],"Walk In"), + 'walkin': fields.Selection([['yes','Yes'],['no','No']],"Walkin"), 'departments': fields.Many2Many("clinic.department","Departments"), 'department_names': fields.Text("Departments",function="_get_department_names"), 'location': fields.Char("Location",function="_get_location",store=True), #to filter