From ef862084c9eee723e5043cd895c71c0e1666fcf0 Mon Sep 17 00:00:00 2001 From: Richard Mathot Date: Mon, 3 Nov 2014 18:09:16 +0530 Subject: [PATCH] [DOC] fields.py: oldname key --- openerp/fields.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openerp/fields.py b/openerp/fields.py index 53f6024d739..7c46361434a 100644 --- a/openerp/fields.py +++ b/openerp/fields.py @@ -125,6 +125,9 @@ class Field(object): ``one2many`` and computed fields, including property fields and related fields) + :param string oldname: the previous name of this field, so that ORM can rename + it automatically at migration + .. _field-computed: .. rubric:: Computed fields