Skip to content

Commit

Permalink
[MIG] product_management_group: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-odoo authored and nicomacr committed Oct 29, 2024
1 parent 568f8e8 commit 9f581c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions product_management_group/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Products Management Group',
'version': "17.0.1.0.0",
'version': "18.0.1.0.0",
'category': 'base.module_category_knowledge_management',
'author': 'ADHOC SA',
'website': 'www.adhoc.com.ar',
Expand All @@ -30,5 +30,5 @@
'data': [
'security/product_management_security.xml',
],
'installable': False,
'installable': True,
}

0 comments on commit 9f581c7

Please sign in to comment.