Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,7 @@ gives the condition in which the property applies. For example:
<field name="description" invisible="not is_partner"/>
</form>

This means that the ``description`` field is invisible when ``is_partner`` is ``False``. It is
important to note that a field used in ``invisible`` **must** be present in the view. If it
should not be displayed to the user, we can use the ``invisible`` attribute to hide it.
This means that the ``description`` field is invisible when ``is_partner`` is ``False``.

.. exercise:: Use ``invisible``.

Expand Down