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.
 
 
 
 
 

15 lines
605 B

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<!--Client action for the dashboard -->
<record id="product_detail_search_barcode_action_main_menu"
model="ir.actions.client">
<field name="name">Find Product Barcode</field>
<field name="tag">product_detail_search_barcode_main_menu</field>
</record>
<!-- Menu item for the find product-->
<menuitem
id="product_detail_search_barcode_menu"
name="Find Product"
action="product_detail_search_barcode_action_main_menu"
parent="stock.menu_stock_root"/>
</odoo>