[IMP] doc/howtos/backend: use scaffolding and adapt text and code accordingly
[odoo/odoo.git] / openerp / cli / templates / default / templates.xml
1 <openerp>
2     <data>
3         <!-- <template id="listing"> -->
4         <!--   <ul> -->
5         <!--     <li t-foreach="objects" t-as="object"> -->
6         <!--       <a t-attf-href="#{ root }/objects/#{ object.id }"> -->
7         <!--         <t t-esc="object.display_name"/> -->
8         <!--       </a> -->
9         <!--     </li> -->
10         <!--   </ul> -->
11         <!-- </template> -->
12         <!-- <template id="object"> -->
13         <!--   <h1><t t-esc="object.display_name"/></h1> -->
14         <!--   <dl> -->
15         <!--     <t t-foreach="object._fields" t-as="field"> -->
16         <!--       <dt><t t-esc="field"/></dt> -->
17         <!--       <dd><t t-esc="object[field]"/></dd> -->
18         <!--     </t> -->
19         <!--   </dl> -->
20         <!-- </template> -->
21     </data>
22 </openerp>