[MERGE]: Merge with lp:openobject-addons

bzr revid: jir@tinyerp.com-20120823072509-mbsihk199ape908o
This commit is contained in:
Jignesh Rathod (Open ERP) 2012-08-23 12:55:09 +05:30
parent 52f7a1ad33
commit f746c2a8a5
1 changed files with 6 additions and 6 deletions

View File

@ -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'],
}