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.
26 lines
967 B
26 lines
967 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- created menu in inventory for stock location reports -->
|
|
<menuitem id="menu_stock_location_report"
|
|
name="Stock Location Reports"
|
|
sequence="5"
|
|
parent="stock.menu_stock_root"
|
|
/>
|
|
<menuitem id="menu_product_variant_pivot_report"
|
|
name="Product Variant"
|
|
sequence="1"
|
|
action="product_variant_pivot_view_action"
|
|
parent="menu_stock_location_report"
|
|
/>
|
|
<menuitem id="menu_product_pivot_report"
|
|
name="Products"
|
|
sequence="0"
|
|
action="product_pivot_view_action"
|
|
parent="menu_stock_location_report"
|
|
/>
|
|
<menuitem id="menu_stock_location_report_pdf_excel"
|
|
name="Stock Location Reports"
|
|
parent="menu_stock_location_report"
|
|
action="stock_location_report_menu_action"
|
|
sequence="2"/>
|
|
</odoo>
|
|
|