diff --git a/netforce_clinic/actions/clinic_patient_move.xml b/netforce_clinic/actions/clinic_patient_move.xml new file mode 100644 index 0000000..da016fd --- /dev/null +++ b/netforce_clinic/actions/clinic_patient_move.xml @@ -0,0 +1,13 @@ + + Patient Moves + multi_view + clinic.patient.move + [ + ["All",[]], + ["New",[["state","=","new"]]], + ["Move",[["state","=","move"]]], + ["Dispose",[["state","=","dispose"]]] + ] + list,form + clinic_menu + diff --git a/netforce_clinic/layouts/clinic_menu.xml b/netforce_clinic/layouts/clinic_menu.xml index 875bc87..8b660ae 100644 --- a/netforce_clinic/layouts/clinic_menu.xml +++ b/netforce_clinic/layouts/clinic_menu.xml @@ -12,6 +12,7 @@ +
diff --git a/netforce_clinic/layouts/clinic_patient_form.xml b/netforce_clinic/layouts/clinic_patient_form.xml index 8a6a94d..3b7c342 100644 --- a/netforce_clinic/layouts/clinic_patient_form.xml +++ b/netforce_clinic/layouts/clinic_patient_form.xml @@ -2,7 +2,8 @@ @@ -113,16 +114,16 @@ - + - + - + @@ -173,4 +174,7 @@ + +