[IMP] add link to write method in documentation

This commit is contained in:
ged-odoo 2014-11-14 14:38:15 +01:00
parent f469e8e09f
commit 817ce8f912
1 changed files with 1 additions and 1 deletions

View File

@ -1384,7 +1384,7 @@ access rights are limited.
Here is an example of a rule that prevents the deletion of leads that are not
in state ``cancel``. Notice that the value of the field ``groups`` must follow
the same convention as the method ``write`` of the ORM.
the same convention as the method :meth:`~openerp.models.Model.write` of the ORM.
.. code-block:: xml