odoo_dev 开发培训作业:图书管理系统
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.

15 lines
496B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="book_list_template" name="Book List">
  4. <div id="wrap" class="container">
  5. <h1>Books</h1>
  6. <t t-foreach="books" t-as="book">
  7. <div class="row">
  8. <span t-field="book.name" />,
  9. <span t-field="book.date_published" />,
  10. <span t-field="book.publisher_id" />
  11. </div>
  12. </t>
  13. </div>
  14. </template>
  15. </odoo>
上海开阖软件有限公司 沪ICP备12045867号-1