mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[ADD] docstring
This commit is contained in:
@@ -80,6 +80,9 @@ class CreditCommunication(TransientModel):
|
||||
return cr_l_ids
|
||||
|
||||
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.
|
||||
"""
|
||||
if not line_ids:
|
||||
return []
|
||||
comms = []
|
||||
|
||||
Reference in New Issue
Block a user