odoo_dev 开发培训作业:图书管理系统
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

20 行
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