From 0550c11550905ee2361dafbcadad821e32e4c84a Mon Sep 17 00:00:00 2001 From: Andrius Preimantas Date: Thu, 8 Oct 2015 11:38:39 +0300 Subject: [PATCH] [FIX][partner_credit_limit] Typo --- partner_credit_limit/model/res.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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