diff --git a/addons/account/invoice.py b/addons/account/invoice.py index e5082de585b..0e76bf2a5ae 100644 --- a/addons/account/invoice.py +++ b/addons/account/invoice.py @@ -503,8 +503,6 @@ class account_invoice(osv.osv): for i in line: i[2]['period_id'] = inv.period_id.id - print 'move: ', move - move_id = self.pool.get('account.move').create(cr, uid, move) # make the invoice point to that move self.write(cr, uid, [inv.id], {'move_id': move_id})