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.

20 lines
641B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <odoo>
  3. <template id="show_website_info" inherit_id="website.show_website_info">
  4. <xpath expr="//dl[@t-foreach='apps']" position="replace">
  5. <table class="table">
  6. <tr t-foreach="apps" t-as="app">
  7. <th>
  8. <a t-att-href="app.website">
  9. <t t-esc="app.name" />
  10. </a>
  11. </th>
  12. <td>
  13. <t t-esc="app.summary" />
  14. </td>
  15. </tr>
  16. </table>
  17. </xpath>
  18. </template>
  19. </odoo>
上海开阖软件有限公司 沪ICP备12045867号-1