[FIX] patch from Raphael Valyi

lp bug: https://launchpad.net/bugs/326094 fixed

bzr revid: stephane@tinyerp.com-20090206100631-28r9tv3gdja12cia
This commit is contained in:
Stephane Wirtel 2009-02-06 11:06:31 +01:00
parent a65c82fb29
commit e46aa430b6
1 changed files with 1 additions and 0 deletions

View File

@ -249,6 +249,7 @@ class mrp_bom(osv.osv):
prop+=1
if (prop>max_prop) or ((max_prop==0) and not result):
result = bom.id
max_prop = prop
return result
def _bom_explode(self, cr, uid, bom, factor, properties, addthis=False, level=0):