From b9c50dfbc4eebe64ce7dac9e73dbcfc909425c28 Mon Sep 17 00:00:00 2001 From: jssuzanne Date: Mon, 5 Jan 2015 12:15:48 +0100 Subject: [PATCH] Fix comment text, ater replace by after --- partner_firstname/partner.py | 2 +- partner_firstname/res_user.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/partner_firstname/partner.py b/partner_firstname/partner.py index 5c6e5e952..994553aec 100644 --- a/partner_firstname/partner.py +++ b/partner_firstname/partner.py @@ -104,7 +104,7 @@ class ResPartner(orm.Model): cr, uid, [_id], ['lastname'], context=context )[0]['lastname'] ) - # force the recompute of the name ater the copy + # force the recompute of the name after the copy # remove name from the default is not enough with store=True because # the name is also copied default['name'] = None diff --git a/partner_firstname/res_user.py b/partner_firstname/res_user.py index 42234f91f..9b5c2772e 100644 --- a/partner_firstname/res_user.py +++ b/partner_firstname/res_user.py @@ -38,7 +38,7 @@ class ResUsers(orm.Model): cr, uid, [_id], ['lastname'], context=context )[0]['lastname'] ) - # force the recompute of the name ater the copy + # force the recompute of the name after the copy # remove name from the default is not enough with store=True because # the name is also copied default['name'] = None