[MERGE] fix dependency issue

bzr revid: fp@tinyerp.com-20120929121241-xv2liudzn333vaqk
This commit is contained in:
Fabien Pinckaers 2012-09-29 14:12:41 +02:00
commit ca74b8d836
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ 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'],
'depends': ["sale","purchase"],
'demo': [],
'data': ['product_visible_discount_view.xml'],
'auto_install': False,