Skip to content
Snippets Groups Projects
Commit 935c4766 authored by Olivier Dony's avatar Olivier Dony
Browse files

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

parent 4b2f2a15
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment