Skip to content

Commit

Permalink
add module bicycode
Browse files Browse the repository at this point in the history
  • Loading branch information
hparfr committed May 2, 2024
1 parent fd1520c commit 7e4077f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bicycode/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@

{
"name": "Bicycode",
"summary": "bicycode number field added on stock_move_line ",
"summary": "Bicycode management",
"version": "14.0.2.0.0",
"category": "Stock",
"website": "https://github.com/akretion/vertical-bike",
"author": "Akretion",
"maintainers": ["hparfr"],
"application": True,
"license": "AGPL-3",
"depends": [
"stock",
"sale",
],
"data": [
"security/bicycode_security.xml",
Expand Down
9 changes: 8 additions & 1 deletion bicycode/views/stock_bicycode_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,14 @@
<menuitem
action="stock_bicycode_action"
id="stock_bicycode_menu"
parent="stock.menu_stock_config_settings"
parent="stock.menu_stock_inventory_control"
sequence="10"
/>

<menuitem
action="stock_bicycode_action"
id="sale_product_bicycode_menu"
parent="sale.product_menu_catalog"
sequence="10"
/>

Expand Down

0 comments on commit 7e4077f

Please sign in to comment.