i am new in odoo, as a tutorial odoo12, i have created openacademy module with courses and sessions and install it successfully but i can not see this module on dropdownlist of odoo
I have installed sale module and then i can see the name of "sale" model in dropdown list of odoo but when I create and install openacademy module i can not see it on there
<record model="ir.actions.act_window" id="course_list_action">
<field name="name">Courses</field>
<field name="res_model">openacademy.course</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="help" type="html">
<p class="oe_view_nocontent_smiling_face">Create the first course
</p>
</field>
</record>
<menuitem id="main_openacademy_menu" name="Open Academy"/>
<menuitem id="openacademy_menu" name="Open Academy"
parent="main_openacademy_menu"/>
<menuitem id="courses_menu" name="Courses" parent="openacademy_menu"
action="openacademy.course_list_action"
i want to see "openacademy" in droplistmenue in odoo