Skip to content

Commit

Permalink
fix product_pricelist_item base field
Browse files Browse the repository at this point in the history
  • Loading branch information
coleste committed Feb 24, 2016
1 parent 4f3bd75 commit e081ac8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions addons/product/migrations/9.0.1.2/pre-migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,4 @@ def migrate(cr, version):
ALTER COLUMN base
TYPE VARCHAR
""")
# unsure if this xml rename is needed here, trying to resolve product_view.xml not loading when migrating
openupgrade.rename_xmlids(cr, [('product.variants_template_tree_view',
'product.product_attribute_value_view_tree')])
openupgrade.rename_columns(cr, column_renames)

0 comments on commit e081ac8

Please sign in to comment.