|
|
@ -33,7 +33,7 @@ |
|
|
|
<field name="tag">reception_dashboard_tags</field> |
|
|
|
</record> |
|
|
|
<!--Reception dashboard menu--> |
|
|
|
<menuitem name="Dashboard" id="reception_dashboard_menu" |
|
|
|
<menuitem name="Reception Dashboard" id="reception_dashboard_menu" |
|
|
|
parent="hospital_menu_root" sequence="0" |
|
|
|
groups="base_hospital_management.base_hospital_management_group_receptionist" |
|
|
|
action="reception_dashboard_action"/> |
|
|
@ -43,7 +43,7 @@ |
|
|
|
<field name="tag">lab_dashboard_tags</field> |
|
|
|
</record> |
|
|
|
<!--Lab dashboard menu--> |
|
|
|
<menuitem id="lab_dashboard_menu" name="Dashboard" |
|
|
|
<menuitem id="lab_dashboard_menu" name="Laboratory Dashboard" |
|
|
|
parent="hospital_menu_root" sequence="0" |
|
|
|
groups="base_hospital_management.base_hospital_management_group_lab_assistant" |
|
|
|
action="lab_dashboard_action"/> |
|
|
@ -53,7 +53,7 @@ |
|
|
|
<field name="tag">pharmacy_dashboard_tags</field> |
|
|
|
</record> |
|
|
|
<!-- Pharmacist dashboard menu--> |
|
|
|
<menuitem id="pharma_dashboard_menu" name="Dashboard" |
|
|
|
<menuitem id="pharma_dashboard_menu" name="Pharmacist Dashboard" |
|
|
|
parent="hospital_menu_root" sequence="0" |
|
|
|
groups="base_hospital_management.base_hospital_management_group_pharmacist" |
|
|
|
action="pharmacist_dashboard_action"/> |
|
|
@ -63,7 +63,7 @@ |
|
|
|
<field name="tag">doctor_dashboard_tags</field> |
|
|
|
</record> |
|
|
|
<!-- Doctor dashboard menu--> |
|
|
|
<menuitem id="doctor_dashboard_menu" name="Dashboard" |
|
|
|
<menuitem id="doctor_dashboard_menu" name="Doctor Dashboard" |
|
|
|
parent="hospital_menu_root" sequence="0" |
|
|
|
groups="base_hospital_management.base_hospital_management_group_doctor" |
|
|
|
action="doctor_dashboard_action"/> |
|
|
|