Skip to content

Commit

Permalink
minor interface fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkhao committed Oct 25, 2023
1 parent 9a97798 commit 9bc231d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wms_connector/views/wms_product_sync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<record model="ir.ui.menu" id="wms_product_sync_menu">
<field name="name">Wms Product Sync</field>
<field name="parent_id" ref="stock.menu_stock_root" />
<field name="parent_id" ref="stock.menu_product_in_config_stock" />
<field name="action" ref="wms_product_sync_act_window" />
<field name="sequence" eval="16" />
</record>
Expand Down

0 comments on commit 9bc231d

Please sign in to comment.