flectra/addons/website_quote/report/website_quote_templates.xml
flectra-admin 769eafb483 [INIT] Inception of Flectra from Odoo
Flectra is Forked from Odoo v11 commit : (6135e82d73)
2018-01-16 11:45:59 +05:30

18 lines
663 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<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>
</odoo>