44be2f5cf2
no payment
26 lines
569 B
XML
26 lines
569 B
XML
<odoo>
|
|
|
|
<menuitem
|
|
id="menu_warranty_root"
|
|
name="Warranty"
|
|
sequence="40"
|
|
web_icon="odoo_warranty_claims,static/description/icon.png"
|
|
/>
|
|
|
|
<menuitem
|
|
id="menu_warranty_claims_root"
|
|
name="Orders"
|
|
parent="menu_warranty_root"
|
|
sequence="10"
|
|
/>
|
|
|
|
<menuitem
|
|
id="menu_warranty_claims"
|
|
name="Warranty Claims"
|
|
parent="menu_warranty_claims_root"
|
|
action="action_warranty_claims"
|
|
sequence="10"
|
|
/>
|
|
|
|
</odoo>
|