This commit is contained in:
Nicolas Bessi
2014-04-28 11:05:18 +02:00
parent de2fd6ac26
commit 60039d1b7d

View File

@@ -81,7 +81,7 @@ class CreditCommunication(TransientModel):
def _generate_comm_from_credit_line_ids(self, cr, uid, line_ids, context=None):
"""Aggregate credit control line by partner, level, and currency
It also generate a communication object for aggregation.
It also generate a communication object per aggregation.
"""
if not line_ids:
return []