[ADD] doc: new documentation, with training tutorials, and new scaffolding
[odoo/odoo.git] / doc / howtos / website / field-format
1 # HG changeset patch
2 # Parent f3ad3f919b49bc70c87e1500ec0d39f741243b3d
3 diff -r f3ad3f919b49 -r c3d04f578b76 academy/templates.xml
4 --- a/academy/templates.xml     Tue Aug 12 17:30:53 2014 +0200
5 +++ b/academy/templates.xml     Tue Aug 12 17:34:31 2014 +0200
6 @@ -21,7 +21,7 @@
7        <div class="oe_structure">
8          <div class="container">
9            <h3 t-field="person.name"/>
10 -          <p>Last modified: <i t-field="person.write_date"/></p>
11 +          <p>Last modified: <i t-field="person.write_date" t-field-options='{"format": "long"}'/></p>
12            <div t-field="person.biography"/>
13          </div>
14        </div>