This commit is contained in:
Nicolas Bessi
2014-05-27 08:34:47 +02:00
parent 94524a0e82
commit f53aa637c0

View File

@@ -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: