Skip to content

Commit

Permalink
[REF] stock_voucher: move books menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jjscarafia committed Sep 11, 2020
1 parent 82f944b commit cbc4c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stock_voucher/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Stock Voucher',
'version': "13.0.1.1.0",
'version': "13.0.1.2.0",
'category': 'Warehouse Management',
'sequence': 14,
'summary': '',
Expand Down
2 changes: 1 addition & 1 deletion stock_voucher/views/stock_book_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
<field name="view_mode">tree,form</field>
</record>

<menuitem name="Books" id="menu_books" sequence="20" action="stock_book_actions" parent="stock.menu_stock_config_settings" />
<menuitem name="Books" id="menu_books" sequence="20" action="stock_book_actions" parent="stock.menu_warehouse_config" />
</odoo>

0 comments on commit cbc4c25

Please sign in to comment.