[ADD] doc: new documentation, with training tutorials, and new scaffolding
[odoo/odoo.git] / doc / howtos / website / field-raw
1 # HG changeset patch
2 # Parent d5b8a2de3e35c26c29f85ce500d41ccd2373c508
3 diff -r d5b8a2de3e35 -r f3ad3f919b49 academy/templates.xml
4 --- a/academy/templates.xml     Tue Aug 12 17:25:15 2014 +0200
5 +++ b/academy/templates.xml     Tue Aug 12 17:30:53 2014 +0200
6 @@ -21,6 +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            <div t-field="person.biography"/>
12          </div>
13        </div>