[FIX] warning: put purchase module in dependency list in warning module

bzr revid: hmo@tinyerp.com-20100712051733-gt575yliv64a321h
This commit is contained in:
KSA (OpenERP) 2010-07-12 10:47:33 +05:30 committed by Harry (OpenERP)
parent 7c8eebb32a
commit 539a790bfc
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
'category': 'Tools',
'description': """Module for Warnings form onchange Event.""",
'author': 'Tiny',
'depends': ['base', 'sale'],
'depends': ['base', 'sale', 'purchase'],
'update_xml': ['warning_view.xml'],
'demo_xml': [],
'installable': True,