diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-06-21 16:08:36 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-06-21 16:08:36 +0700 |
| commit | f65ef8f208607a2d906e612822b92681e1f85d54 (patch) | |
| tree | 4c0f47cde0b6e7a86ec68bb4d2a05589f55c011f /indoteknik_custom/report/report_banner_banner2.xml | |
| parent | 75add2e5c1cc64d3b47fa4f40e22b05692ae18d0 (diff) | |
test report
Diffstat (limited to 'indoteknik_custom/report/report_banner_banner2.xml')
| -rw-r--r-- | indoteknik_custom/report/report_banner_banner2.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/indoteknik_custom/report/report_banner_banner2.xml b/indoteknik_custom/report/report_banner_banner2.xml new file mode 100644 index 00000000..47e44045 --- /dev/null +++ b/indoteknik_custom/report/report_banner_banner2.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8" ?> +<odoo> + <template id="report_banner_banner2"> + <t t-call="web.html_container"> + <t t-foreach="docs" t-as="o"> + <t t-call="web.external_layout"> + <div class="page"> + <h2>Report title 2</h2> + <p>This object's name is <span t-field="o.x_name"/></p> + </div> + </t> + </t> + </t> +</template> +</odoo>
\ No newline at end of file |
