[FIX] orm.copy(): corrected return value in docstring.

bzr revid: vmt@openerp.com-20111012090357-2lt8md5s37qp2vm1
This commit is contained in:
Vo Minh Thu 2011-10-12 11:03:57 +02:00
parent 12e97f3e8e
commit bfbfbc4ac6
1 changed files with 1 additions and 1 deletions

View File

@ -4598,7 +4598,7 @@ class BaseModel(object):
:type default: dictionary
:param context: context arguments, like lang, time zone
:type context: dictionary
:return: True
:return: id of the newly created record
"""
if context is None: