From a3c369f53fe934b150ec73373c83a8c2f76bfa78 Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Fri, 23 Jan 2015 23:23:27 +0100 Subject: [PATCH] [FIX] product: force empty domain for variants action Takes care of resetting it from older versions e.g. rev d97e7a6a4eaa9e003b48f2522d354669024bc25f and c0076916f31a47a12de6d2de3b524c698ee893bb, as the old `variants` field that was used does not exist anymore, crashing at opening. --- addons/product/product_view.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/product/product_view.xml b/addons/product/product_view.xml index fc6a451329e..0169b392032 100644 --- a/addons/product/product_view.xml +++ b/addons/product/product_view.xml @@ -216,6 +216,7 @@ {'search_default_product_tmpl_id': [active_id], 'default_product_tmpl_id': active_id} +

Click to define a new product.