From 8a4745f78c74dfbeb505b0979bba45d650d0c434 Mon Sep 17 00:00:00 2001 From: happyraul <marvolo@gmail.com> Date: Thu, 13 Nov 2014 08:59:54 +0100 Subject: [PATCH] [FIX] doc: remove a word that does not make sense closes #3594 --- doc/howtos/website.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/howtos/website.rst b/doc/howtos/website.rst index 62c28f53de9d..18cde60bfe49 100644 --- a/doc/howtos/website.rst +++ b/doc/howtos/website.rst @@ -457,7 +457,7 @@ though they may have to be looked for. * to extend a model in-place, it's :attr:`inherited <openerp.models.Model._inherit>` without giving it a new :attr:`~openerp.models.Model._name` - * ``product.template`` already uses the discussions system, so we don't + * ``product.template`` already uses the discussions system, so we can remove it from our extension model * we're creating our courses as *published* by default so they can be seen without having to log in -- GitLab