bzr revid: jvo@tinyerp.com-20100830055421-etknqd3g0dshfb4h
This commit is contained in:
Jay (OpenERP) 2010-08-30 11:24:21 +05:30
parent 3cc69feda7
commit 56efd64b55
1 changed files with 11 additions and 12 deletions

View File

@ -1033,7 +1033,6 @@ class account_move(osv.osv):
periods = self.pool.get('account.period').find(cr, uid)
if periods:
return periods[0]
else:
return False
def _amount_compute(self, cr, uid, ids, name, args, context, where =''):