mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] typo
(lp:c2c-addons/6.1 rev 89.1.18)
This commit is contained in:
@@ -27,7 +27,7 @@ logger = logging.getLogger('credit.line.control')
|
|||||||
|
|
||||||
|
|
||||||
class CreditControlLine(Model):
|
class CreditControlLine(Model):
|
||||||
""" A credit control line decribes a line of amount due by a customer.
|
"""A credit control line describes an amount due by a customer for a due date.
|
||||||
|
|
||||||
A line is created once the due date of the payment is exceeded.
|
A line is created once the due date of the payment is exceeded.
|
||||||
It is created in "draft" and some actions are available (send by email,
|
It is created in "draft" and some actions are available (send by email,
|
||||||
|
|||||||
Reference in New Issue
Block a user