Skip to content
Snippets Groups Projects
Commit 0afffea5b11a authored by Anael Lorimier's avatar Anael Lorimier
Browse files

Remove print

parent cdf131205458
No related branches found
No related tags found
No related merge requests found
...@@ -182,8 +182,6 @@ ...@@ -182,8 +182,6 @@
part = self.env['res.partner']._find_accounting_partner(inv.partner_id) part = self.env['res.partner']._find_accounting_partner(inv.partner_id)
for l in iml:
print l
line = [(0, 0, self.line_get_convert(l, part.id, date)) for l in iml] line = [(0, 0, self.line_get_convert(l, part.id, date)) for l in iml]
line = inv.group_lines(iml, line) line = inv.group_lines(iml, line)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment