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 22, 2023
1 parent 46f7bb8 commit 4812718
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sale_order_type_user_default/README.rst
Expand Up @@ -14,14 +14,14 @@
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
============

To install this module, you need to:

#. Just install this module
#. Just install this module.

Configuration
=============
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 4812718

Please sign in to comment.