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

14 lines
548 B
XML

<?xml version="1.0" encoding="utf-8"?>
<flectra>
<template id="report_delivery_document_inherit_sale_stock" inherit_id="stock.report_delivery_document">
<xpath expr="//div[@name='customer_address']" position="after">
<div class="row" t-if="o.sale_id.client_order_ref">
<div class="col-xs-4 pull-right">
<strong>Customer Reference:</strong>
<p t-field="o.sale_id.client_order_ref"/>
</div>
</div>
</xpath>
</template>
</flectra>