I'm trying to add an option under the top menu in the "Inventory" screen. The other menus on top are "Overview", "Operations", "Products", "Reporting" and "Configuration" I need to add a new button under "Operations" entitled "Repack" for a module I'm working on. I've tried to simply add a new menuitem using:
<menuitem id="repack" name="Repack" parent="stock.menu_stock_warehouse_mgmt"
action="rumiano_test_action" sequence="10"/>
But I've had no luck, the new button doesn't display. Is there more to it than this? How's it done?
Many thanks in advance