Working
no payment
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user