flectra/addons/website_quote/report/website_quote_templates.xml
2018-01-16 02:34:37 -08:00

18 lines
669 B
XML

<?xml version="1.0" encoding="utf-8"?>
<flectra>
<template id="report_quote">
<t t-call="web.html_container">
<t t-set="data_report_margin_top" t-value="45"/>
<t t-set="data_report_header_spacing" t-value="40"/>
<t t-call="web.external_layout">
<t t-set="o" t-value="docs[0]"/>
<t t-foreach="docs" t-as="quotation">
<div class="page">
<t t-call="website_quote.so_quotation_content"/>
</div>
</t>
</t>
</t>
</template>
</flectra>