2018-01-16 06:58:15 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-01-16 11:34:37 +01:00
|
|
|
<flectra>
|
2018-01-16 06:58:15 +01:00
|
|
|
<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>
|
2018-01-16 11:34:37 +01:00
|
|
|
</flectra>
|