testing commit fro mgithub

This commit is contained in:
Fabien Pinckaers 2015-07-06 18:18:08 -07:00
parent cdd023f8fc
commit fc58529616
1 changed files with 1 additions and 1 deletions

View File

@ -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 <reference/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: