Skip to content

Commit

Permalink
[MIG] sale_order_line_number: Migration to 16.0
Browse files Browse the repository at this point in the history
closes #698

Signed-off-by: Juan Ignacio Rivero <jr@adhoc.com.ar>
  • Loading branch information
matiasperalta1 committed Aug 29, 2023
1 parent cfeab54 commit 6486150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sale_order_line_number/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Sale Order Line Number',
'version': "15.0.1.0.0",
'version': "16.0.1.0.0",
'category': 'Accounting',
'sequence': 14,
'author': 'ADHOC SA',
Expand All @@ -33,7 +33,7 @@
'data': [
'views/sale_order_views.xml'
],
'installable': False,
'installable': True,
'auto_install': False,
'application': False,
}

0 comments on commit 6486150

Please sign in to comment.