Skip to content

Commit

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

Signed-off-by: Franco Leyes <lef@adhoc.com.ar>
  • Loading branch information
lav-adhoc committed Apr 29, 2024
1 parent 294c8a4 commit 2a7a27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sale_order_line_number/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Sale Order Line Number',
'version': "16.0.1.0.0",
'version': "17.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 2a7a27e

Please sign in to comment.