- <?xml version="1.0"?>
- <odoo>
-
- <report id="action_library_book_report"
- string="Library Books"
- model="library.book"
- report_type="qweb-pdf"
- name="library_app.report_library_book_template"/>
-
-
- <template id="report_library_book_template">
- <t t-call="web.html_container">
- <t t-call="web.external_layout">
- <div class="page">
-
- <t t-foreach="docs" t-as="o">
-
- </t>
-
- </div>
- </t>
- </t>
- </template>
-
-
-
-
-
-
-
-
-
-
-
-
-
- </odoo>
|