remove print statement

This commit is contained in:
Stéphane Bidoul
2015-01-06 15:19:57 +01:00
parent b6555e2ea1
commit 825fca3f37

View File

@@ -102,7 +102,6 @@ class PaymentOrder(models.Model):
@api.multi
def get_transfer_move_line_ids(self, *args):
'''Used in the workflow for trigger_expr_id'''
print "self._get_transfer_move_lines=", self._get_transfer_move_lines()
# TODO I don't understand why self._get_transfer_move_lines()
# returns a single recordset and not a list of recordset
# I wanted to write