From bce0406b59c24de0d2cda61d29125049e2d5ee15 Mon Sep 17 00:00:00 2001
From: Benjamin <benjamin@le-filament.com>
Date: Thu, 11 Mar 2021 18:37:26 +0100
Subject: [PATCH] [clean] delete print

---
 models/account_invoice.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/models/account_invoice.py b/models/account_invoice.py
index b4f5c8b..2097913 100755
--- a/models/account_invoice.py
+++ b/models/account_invoice.py
@@ -142,7 +142,6 @@ class ScopAccountInvoice(models.Model):
                 totlines = inv.payment_term_id.with_context(
                     currency_id=company_currency.id).compute(total, inv.date_invoice, inv)[0]
                 res_amount_currency = total_currency
-                print(totlines)
                 for i, t in enumerate(totlines):
                     if inv.currency_id != company_currency:
                         amount_currency = company_currency._convert(
-- 
GitLab