From d34fec4471dcab8547f70571a950140bbecf0dbb Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Wed, 8 Aug 2012 12:49:56 +0200 Subject: [PATCH] [FIX] typo in doc breaking links bzr revid: xmo@openerp.com-20120808104956-noxw9sw1c9x3ez6q --- doc/list-view.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/list-view.rst b/doc/list-view.rst index 14f1766df4e..b7cdc1cd039 100644 --- a/doc/list-view.rst +++ b/doc/list-view.rst @@ -123,7 +123,7 @@ Most of the time, you'll want to define a ``tag.widget`` key :returns: String - .. js:function:: openerp,web.list.Column._format(record_data, options) + .. js:function:: openerp.web.list.Column._format(record_data, options) Never called directly, called if the column is visible and has a value.