diff --git a/content/developer/tutorials/getting_started/13_inheritance.rst b/content/developer/tutorials/getting_started/13_inheritance.rst index dbf707785..bf1fe5ac0 100644 --- a/content/developer/tutorials/getting_started/13_inheritance.rst +++ b/content/developer/tutorials/getting_started/13_inheritance.rst @@ -151,11 +151,12 @@ By convention, each inherited model is defined in its own Python file. In our ex - Add the following field to ``res.users``: - ===================== ====================================================== + ===================== ================================================================ Field Type - ===================== ====================================================== - property_ids One2many inverse of ``user_id`` to ``estate.property`` - ===================== ====================================================== + ===================== ================================================================ + property_ids One2many inverse of the field that references the salesperson in + ``estate.property`` + ===================== ================================================================ - Add a domain to the field so it only lists the available properties.