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.
|
- <odoo>
- <template id="book_list_extended"
- name="Extended Book List"
- inherit_id="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>
|