diff --git a/partner_credit_limit/model/res.py b/partner_credit_limit/model/res.py index b65d08ef4..ac69c8349 100644 --- a/partner_credit_limit/model/res.py +++ b/partner_credit_limit/model/res.py @@ -30,7 +30,7 @@ class ResPartner(models.Model): @api.multi def credit_limit_reached(self, credit_increase=0.0, raise_error=True): """ - Returns True (or exception) if credit limit is reched othervise False + Returns True (or exception) if credit limit is reached othervise False """ for each in self: # credit_limit is synchronized between company and contacts but