Skip to content

Commit

Permalink
[MIG] stock_picking_import_serial_number: Migration to 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanc-me authored and foodflo committed Sep 11, 2022
1 parent c00dfcc commit 4a80f4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stock_picking_import_serial_number/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Stock Picking Import Serial Numbers",
"summary": "Import S/N from excel file for incoming pickings",
"version": "13.0.1.0.2",
"version": "14.0.1.0.0",
"development_status": "Beta",
"category": "stock",
"website": "https://github.com/OCA/stock-logistics-workflow",
Expand All @@ -15,6 +15,7 @@
"wizard/import_serial_number_view.xml",
"views/res_config_settings_views.xml",
"views/stock_picking.xml",
"security/ir.model.access.csv",
],
"external_dependencies": {"python": ["xlrd"]},
"maintainers": ["sergio-teruel"],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_stock_picking_import_serial_number_wiz,access_stock_picking_import_serial_number_wiz,model_stock_picking_import_serial_number_wiz,base.group_user,1,1,1,1

0 comments on commit 4a80f4e

Please sign in to comment.