Skip to content

Commit

Permalink
[MIG] stock_picking_labels: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-weiss committed Dec 12, 2022
1 parent 8aaa285 commit 8980e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stock_picking_labels/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Stock Picking Labels',
'version': "15.0.1.0.0",
'version': "16.0.1.0.0",
'category': 'Warehouse Management',
'sequence': 14,
'summary': '',
Expand All @@ -37,7 +37,7 @@
],
'demo': [
],
'installable': False,
'installable': True,
'auto_install': False,
'application': False,
}

0 comments on commit 8980e4d

Please sign in to comment.