[IMP] orm.Field: doc for @copy attribute

This commit is contained in:
Olivier Dony 2014-08-07 12:41:33 +02:00
parent 4b2f2a1561
commit 935c476664
1 changed files with 5 additions and 0 deletions

View File

@ -135,6 +135,11 @@ class Field(object):
:param groups: comma-separated list of group xml ids (string); this
restricts the field access to the users of the given groups only
:param bool copy: whether the field value should be copied when the record
is duplicated (default: ``True`` for normal fields, ``False`` for
``one2many`` and computed fields, including property fields and
related fields)
.. _field-computed:
.. rubric:: Computed fields