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.
|
- <odoo>
- <template id="book_list_extended"
- name="Extended Book List"
- inherit_id="library_app.book_list_template"> <!--继承library_app的book_list_template-->
- <xpath expr="//span[@t-field='book.publisher_id']" position="after"> <!--定位-->
- <t t-if="not book.is_available">
- <b>(Not Available)</b>
- </t>
- </xpath>
- </template>
- </odoo>
|