From fc58529616ab7e5ed08de688cab8cf2eb8cb1bde Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Mon, 6 Jul 2015 18:18:08 -0700 Subject: [PATCH] testing commit fro mgithub --- 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 bf8c1d4c313..959199e488e 100644 --- a/doc/howtos/website.rst +++ b/doc/howtos/website.rst @@ -83,7 +83,7 @@ Generating HTML in Python isn't very pleasant. The usual solution is templates_, pseudo-documents with placeholders and display logic. Odoo allows any Python templating system, but provides its own :ref:`QWeb ` templating system which integrates with other -Odoo features. +features. Create a template and ensure the template file is registered in the ``__openerp__.py`` manifest, and alter the controller to use our template: