From f746c2a8a59342060d404944a586b11e1f46df5a Mon Sep 17 00:00:00 2001 From: "Jignesh Rathod (Open ERP)" Date: Thu, 23 Aug 2012 12:55:09 +0530 Subject: [PATCH] [MERGE]: Merge with lp:openobject-addons bzr revid: jir@tinyerp.com-20120823072509-mbsihk199ape908o --- addons/product_visible_discount/__openerp__.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/addons/product_visible_discount/__openerp__.py b/addons/product_visible_discount/__openerp__.py index ff0372814d9..5619fe2c0b5 100644 --- a/addons/product_visible_discount/__openerp__.py +++ b/addons/product_visible_discount/__openerp__.py @@ -35,12 +35,12 @@ To this end, a new check box named 'Visible Discount' is added to the pricelist If the check box is unchecked, we will have on Sale Order and Invoice lines: Unit price=225, Discount=0,00, Net price=225. """, - "depends": ["sale","purchase"], - "demo_xml": [], - "update_xml": ['product_visible_discount_view.xml'], - "auto_install": False, - "installable": True, - "certificate" : "001144718884654279901", + 'depends': ["sale","purchase"], + 'demo': [], + 'data': ['product_visible_discount_view.xml'], + 'auto_install': False, + 'installable': True, + 'certificate' : "001144718884654279901", 'images': ['images/pricelists_visible_discount.jpeg'], }