Skip to content

Commit

Permalink
[MIG] product_attribute_template: Migration to 16.0
Browse files Browse the repository at this point in the history
closes #542

Signed-off-by: Bruno Zanotti <bz@adhoc.com.ar>
  • Loading branch information
jjscarafia authored and bruno-zanotti committed Oct 19, 2023
1 parent 38f80d9 commit fbf14bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions product_attribute_template/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
'name': 'Product Attribute Template',
'version': '13.0.1.0.0',
'version': "16.0.1.0.0",
'category': 'Sales Management',
'author': 'ADHOC SA, Odoo Community Association (OCA)',
'website': 'http://www.adhoc.com.ar/',
Expand All @@ -15,5 +15,5 @@
'views/product_attribute_template_views.xml',
'views/product_template_views.xml',
],
'installable': False,
'installable': True,
}

0 comments on commit fbf14bc

Please sign in to comment.