flectra/addons/website_sale/migrations/1.0.1.1/pre-migrate_websites_on_pricelist.py
Siddharth Bhalgami f82dab43da [FIX] Auto Migration for website_sale module
This migration needed if your code-base is upadted with/above commit ref:
e088762a21
2018-03-14 14:43:42 +05:30

6 lines
134 B
Python

# -*- coding: utf-8 -*-
def migrate(cr, version):
cr.execute("delete from ir_ui_view where name='website_sale.pricelist.form'")