Skip to content

Commit

Permalink
[MIG] sale_order_type_user_default: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasperalta1 committed Dec 18, 2023
1 parent 4c66030 commit b89591f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sale_order_type_user_default/README.rst
Expand Up @@ -14,7 +14,7 @@
Sale Order Type User Default
============================

This module adds to the user a "type of sales order" field, when creating a sales order you get by default the "type of sales order" chosen in the user.
This module adds to the user a "type of sales order" field, when creating a sales order you get by default the "type of sales order" chosen in the user

Installation
============
Expand Down
4 changes: 2 additions & 2 deletions sale_order_type_user_default/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Sale Order Type User Default',
'version': "16.0.1.0.0",
'version': "17.0.1.0.0",
'category': 'Accounting',
'sequence': 14,
'author': 'ADHOC SA',
Expand All @@ -35,7 +35,7 @@
],
'demo': [
],
'installable': False,
'installable': True,
'auto_install': False,
'application': False,
}

0 comments on commit b89591f

Please sign in to comment.