From 817ce8f912070c34d36fe93abe65262a3ca53e3e Mon Sep 17 00:00:00 2001 From: ged-odoo Date: Fri, 14 Nov 2014 14:38:15 +0100 Subject: [PATCH] [IMP] add link to write method in documentation --- doc/howtos/backend.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/howtos/backend.rst b/doc/howtos/backend.rst index bb300ae51c8..bbf173cb5c4 100644 --- a/doc/howtos/backend.rst +++ b/doc/howtos/backend.rst @@ -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