odoo_dev 开发培训作业:图书管理系统
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

12 lignes
372B

  1. <?xml version="1.0"?>
  2. <odoo>
  3. <template id="book_list_extended"
  4. name="Extended Book List"
  5. inherit_id="library_app.book_list_template">
  6. <xpath expr="//span[@t-field='book.publisher_id']" position="after">
  7. <t t-if="not book.is_available">
  8. <b>(Not Available)</b>
  9. </t>
  10. </xpath>
  11. </template>
  12. </odoo>
上海开阖软件有限公司 沪ICP备12045867号-1