Skip to content

Commit

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

Signed-off-by: Bruno Zanotti <bz@adhoc.com.ar>
  • Loading branch information
pablohmontenegro committed Jan 4, 2024
1 parent 931404f commit 4af92cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions product_template_tree_first/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Product Template Tree First',
'version': "16.0.1.0.0",
'version': "17.0.1.0.0",
'category': 'Sales Management',
'sequence': 14,
'summary': '',
Expand All @@ -31,7 +31,7 @@
'depends': [
'product',
],
'installable': False,
'installable': True,
'auto_install': False,
'application': False,
}

0 comments on commit 4af92cd

Please sign in to comment.