diff --git a/netforce_clinic/layouts/clinic_menu.xml b/netforce_clinic/layouts/clinic_menu.xml index bc7f0d1..42b66db 100644 --- a/netforce_clinic/layouts/clinic_menu.xml +++ b/netforce_clinic/layouts/clinic_menu.xml @@ -44,11 +44,11 @@ - - - + + + diff --git a/netforce_clinic/layouts/clinic_patient_form.xml b/netforce_clinic/layouts/clinic_patient_form.xml index 7549ce7..088af69 100644 --- a/netforce_clinic/layouts/clinic_patient_form.xml +++ b/netforce_clinic/layouts/clinic_patient_form.xml @@ -2,7 +2,7 @@ diff --git a/netforce_clinic/layouts/clinic_share_location.xml b/netforce_clinic/layouts/clinic_share_location.xml index 8da396c..8b38a02 100644 --- a/netforce_clinic/layouts/clinic_share_location.xml +++ b/netforce_clinic/layouts/clinic_share_location.xml @@ -1,14 +1,5 @@ -
+ - diff --git a/netforce_clinic/models/share_location.py b/netforce_clinic/models/share_location.py index dc0e50c..555624d 100644 --- a/netforce_clinic/models/share_location.py +++ b/netforce_clinic/models/share_location.py @@ -11,7 +11,7 @@ class ShareLocation(Model): _fields={ 'patient_id': fields.Many2One("clinic.patient","Patient",required=True), 'location': fields.Char("Location"), - "loc_select": fields.Selection([],"Departments"), + "loc_select": fields.Selection([],"Select Location"), } def get_location_user(self,patient_id=None,patient_only=False):