[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: If the check box is unchecked, we will have on Sale Order and Invoice lines:
Unit price=225, Discount=0,00, Net price=225. Unit price=225, Discount=0,00, Net price=225.
""", """,
"depends": ["sale","purchase"], 'depends': ["sale","purchase"],
"demo_xml": [], 'demo': [],
"update_xml": ['product_visible_discount_view.xml'], 'data': ['product_visible_discount_view.xml'],
"auto_install": False, 'auto_install': False,
"installable": True, 'installable': True,
"certificate" : "001144718884654279901", 'certificate' : "001144718884654279901",
'images': ['images/pricelists_visible_discount.jpeg'], 'images': ['images/pricelists_visible_discount.jpeg'],
} }