[IMP] add link to write method in documentation
authorged-odoo <ged@odoo.com>
Fri, 14 Nov 2014 13:38:15 +0000 (14:38 +0100)
committerged-odoo <ged@odoo.com>
Fri, 14 Nov 2014 13:38:15 +0000 (14:38 +0100)
doc/howtos/backend.rst

index bb300ae..bbf173c 100644 (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