You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

50 lines
1.6 KiB

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<menuitem
id="insurance_main_menu"
name="Insurance"/>
<menuitem
id="insurance_management_menu"
name="Insurance Management"
parent="insurance_main_menu"/>
<menuitem
id="insurance_management_submenu"
name="Insurance"
parent="insurance_management_menu"
action="action_insurance_management"/>
<menuitem
id="claim_management_submenu"
name="Claims"
parent="insurance_management_menu"
action="action_claim_management"/>
<menuitem
id="employee_management_menu"
name="Agent"
parent="insurance_main_menu"/>
<menuitem
id="employee_management_submenu"
name="Agent"
parent="employee_management_menu"
action="action_employee_management"/>
<menuitem
id="configuration_management_menu"
name="Configuration"
parent="insurance_main_menu"/>
<menuitem
id="policy_management_menu"
name="Policy"
parent="configuration_management_menu"
action="action_policy_management"/>
<menuitem
id="customer_management_menu"
name="Customers"
parent="configuration_management_menu"
action="base.action_partner_customer_form"/>
</data>
</odoo>