Browse Source

Fix comment text, ater replace by after

pull/73/head
jssuzanne 10 years ago
parent
commit
b9c50dfbc4
  1. 2
      partner_firstname/partner.py
  2. 2
      partner_firstname/res_user.py

2
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

2
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

Loading…
Cancel
Save