[IMP] email_template_qweb: README rephrasing

pull/60/head
Pedro M. Baeza 2016-04-28 16:00:23 +02:00
parent 4aaa9ab60f
commit b854cf7590
1 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,10 @@
QWeb for email templates QWeb for email templates
======================== ========================
This module was written to allow you to write email templates in QWeb instead This module allows to write email templates in QWeb instead of jinja2.
of jinja2. The advantage here is that with QWeb, you can make use of The advantage here is that with QWeb, you can make use of inheritance and
inheritance and the ``call`` statement, which allows you to reuse designs and the ``call`` statement, which allows you to reuse designs and snippets in
snippets in multiple templates, making your development process simpler. multiple templates, making your development process simpler.
Usage Usage
===== =====