[IMP] Added help/message for the method

bzr revid: pso@tinyerp.com-20120720124928-zc1as1s5gn1zuurd
This commit is contained in:
pso (OpenERP) 2012-07-20 18:19:28 +05:30
parent 8f2e689ce2
commit fdce675310
1 changed files with 3 additions and 0 deletions

View File

@ -320,6 +320,9 @@ class procurement_order(osv.osv):
return True
return False
#Initialize get_phantom_bom_id method as it is raising an error from yml of mrp_jit
#when one install first mrp and after that, mrp_jit. get_phantom_bom_id defined in mrp module
#which is not dependent for mrp_jit.
def get_phantom_bom_id(self, cr, uid, ids, context=None):
return False