You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
789 B

  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>