Reverted the temporary solution for residual amount

bzr revid: jvo@tinyerp.com-20090122082002-hanx1xsu93nq65k4
This commit is contained in:
Jay (Open ERP) 2009-01-22 13:50:02 +05:30
parent bb0b1336ed
commit bddd25289a
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ class account_invoice(osv.osv):
ait_obj.create(cr, uid, taxe)
# Update the stored value (fields.function), so we write to trigger recompute
self.pool.get('account.invoice').write(cr, uid, ids, {}, context=context)
self.pool.get('account.invoice').write(cr, uid, ids, {}, context=context)
# self.pool.get('account.invoice').write(cr, uid, ids, {}, context=context)
return True
def button_compute(self, cr, uid, ids, context=None, set_total=False):