From f53aa637c0ec4803d0b756d45044e186a2b9091e Mon Sep 17 00:00:00 2001 From: Nicolas Bessi Date: Tue, 27 May 2014 08:34:47 +0200 Subject: [PATCH] [TYPO] --- account_credit_control/invoice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_credit_control/invoice.py b/account_credit_control/invoice.py index d361f7a2e..d21fc9d71 100644 --- a/account_credit_control/invoice.py +++ b/account_credit_control/invoice.py @@ -44,7 +44,7 @@ class AccountInvoice(orm.Model): } def copy_data(self, cr, uid, id, default=None, context=None): - """Ensure that credit lines and policcy are not copied""" + """Ensure that credit lines and policy are not copied""" if default is None: default = {} else: